diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-09-30 11:45:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-09-30 11:45:09 +0000 |
commit | f457965c204d2ff179517bf02932f2e8699572fb (patch) | |
tree | 35e6126eba402cb3ecfd086ff81d9f66f8edfed2 /libavcodec | |
parent | fb3d155c316b3e62cc25d7ae82f1d9330c8e9d8f (diff) | |
download | ffmpeg-f457965c204d2ff179517bf02932f2e8699572fb.tar.gz |
ignore sub_id
Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/rv10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 0bafbd11d5..63d2942268 100644 --- a/libavcodec/rv10.c +++ b/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: |