ignore sub_id

Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 19 years ago
parent fb3d155c31
commit f457965c20
  1. 1
      libavcodec/rv10.c

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

Loading…
Cancel
Save