mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00:00
ignore sub_id
Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fb3d155c31
commit
f457965c20
@ -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…
Reference in New Issue
Block a user