Commit b82a1a91 authored by michael's avatar michael

4th frame type ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a8ab245a
...@@ -344,6 +344,7 @@ static int rv20_decode_picture_header(MpegEncContext *s) ...@@ -344,6 +344,7 @@ static int rv20_decode_picture_header(MpegEncContext *s)
i= get_bits(&s->gb, 2); i= get_bits(&s->gb, 2);
switch(i){ switch(i){
case 0: s->pict_type= I_TYPE; break; 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 2: s->pict_type= P_TYPE; break;
case 3: s->pict_type= B_TYPE; break; case 3: s->pict_type= B_TYPE; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment