summaryrefslogtreecommitdiff
path: root/decoder.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-09-27 12:57:15 +0200
committerJochen Dolze <vdr@dolze.de>2009-09-27 12:57:15 +0200
commit36cba6f238db17094e18ca3144bd7d5d8a4ffdf0 (patch)
tree2cc5000cf77bc1d0f0715699bcbc68adb572124d /decoder.cpp
parent960085e4f2cf759a61a46cf10e4d027ca8e96214 (diff)
downloadvdr-plugin-markad-36cba6f238db17094e18ca3144bd7d5d8a4ffdf0.tar.gz
vdr-plugin-markad-36cba6f238db17094e18ca3144bd7d5d8a4ffdf0.tar.bz2
Change marks upon priorityv0.0.4release/v0.0.4
Diffstat (limited to 'decoder.cpp')
-rw-r--r--decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder.cpp b/decoder.cpp
index 1f1cc0c..029e025 100644
--- a/decoder.cpp
+++ b/decoder.cpp
@@ -124,10 +124,10 @@ void cMarkAdDecoder::FindH264VideoInfos(MarkAdContext *maContext, uchar *pkt, in
maContext->Video.Info.Pict_Type=MA_P_TYPE;
break;
case 2:
- case 7: // B_FRAME;
+ case 7: // B_FRAME;
maContext->Video.Info.Pict_Type=MA_B_TYPE;
break;
- default: // NO_PICTURE;
+ default: // NO_PICTURE;
maContext->Video.Info.Pict_Type=0;
break;
}