diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 17:30:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 17:30:18 +0000 |
commit | 43dc0bfd2ecb7e634255d74c13715b771e471892 (patch) | |
tree | 7bac37d5b2966aab88cb6f803d1741e81460519d /libavcodec/rv10.c | |
parent | 40a12840b83b1d4ca8080e8a8fc589d2a32edc99 (diff) | |
download | ffmpeg-43dc0bfd2ecb7e634255d74c13715b771e471892.tar.gz |
cleanup
Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r-- | libavcodec/rv10.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index ec27dc3fe0..ad0bb602f8 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -402,17 +402,14 @@ static int rv10_decode_init(AVCodecContext *avctx) case 0x10000000: s->rv10_version= 0; s->h263_long_vectors=0; - s->h263_rv10 = 1; break; case 0x10003000: s->rv10_version= 3; s->h263_long_vectors=1; - s->h263_rv10 = 1; break; case 0x10003001: s->rv10_version= 3; s->h263_long_vectors=0; - s->h263_rv10 = 1; break; case 0x20001000: case 0x20100001: //ok |