Commit f457965c authored by Michael Niedermayer's avatar Michael Niedermayer

ignore sub_id

Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fb3d155c
......@@ -533,6 +533,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
s->height = avctx->height;
s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1;
avctx->sub_id= BE_32((uint8_t*)avctx->extradata + 4);
switch(avctx->sub_id){
case 0x10000000:
......
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