Mercurial > libavcodec.hg
comparison rv10.c @ 3795:edd600ba1cc7 libavcodec
ignore sub_id
author | michael |
---|---|
date | Sat, 30 Sep 2006 11:45:09 +0000 |
parents | 339f1741fbfa |
children | 83aa3105b758 |
comparison
equal
deleted
inserted
replaced
3794:339f1741fbfa | 3795:edd600ba1cc7 |
---|---|
531 | 531 |
532 s->width = avctx->width; | 532 s->width = avctx->width; |
533 s->height = avctx->height; | 533 s->height = avctx->height; |
534 | 534 |
535 s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1; | 535 s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1; |
536 avctx->sub_id= BE_32((uint8_t*)avctx->extradata + 4); | |
536 | 537 |
537 switch(avctx->sub_id){ | 538 switch(avctx->sub_id){ |
538 case 0x10000000: | 539 case 0x10000000: |
539 s->rv10_version= 0; | 540 s->rv10_version= 0; |
540 s->low_delay=1; | 541 s->low_delay=1; |