Browse Source

4th frame type ...

Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
248a1aa54c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/rv10.c

+ 1
- 0
libavcodec/rv10.c View File

@@ -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:


Loading…
Cancel
Save