summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-11-30 19:04:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-11-30 19:04:56 +0000
commit248a1aa54c08b14e8bd49147f59d954c41b5b3a3 (patch)
treea20d9635fb9de23bed97e80c7038d032e95e8d89 /libavcodec
parent473c7582a5009805f1b830659d625800524c53e9 (diff)
4th frame type ...
Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/rv10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 790f2366dc..87b4a8b3a2 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -344,6 +344,7 @@ static int rv20_decode_picture_header(MpegEncContext *s)
i= get_bits(&s->gb, 2);
switch(i){
case 0: s->pict_type= I_TYPE; break;
+ case 1: s->pict_type= I_TYPE; break; //hmm ...
case 2: s->pict_type= P_TYPE; break;
case 3: s->pict_type= B_TYPE; break;
default: