mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 10:41:16 +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->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:
|
||||||
|
Loading…
Reference in New Issue
Block a user