Commit da830c16 authored by michael's avatar michael

ignore sub_id


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 049ef892
...@@ -533,6 +533,7 @@ static int rv10_decode_init(AVCodecContext *avctx) ...@@ -533,6 +533,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
s->height = avctx->height; s->height = avctx->height;
s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1; s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1;
avctx->sub_id= BE_32((uint8_t*)avctx->extradata + 4);
switch(avctx->sub_id){ switch(avctx->sub_id){
case 0x10000000: 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