diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-21 21:27:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-21 21:27:03 +0000 |
commit | 4719d1f3811c3e7e9caaa35aff0ffcf91cd22718 (patch) | |
tree | 753081b44706807606445638811f8a16918debf1 | |
parent | 2de4ba7ff799b6f89dbbc03819e1b96abb70cb34 (diff) | |
download | ffmpeg-4719d1f3811c3e7e9caaa35aff0ffcf91cd22718.tar.gz |
Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)
Originally committed as revision 4149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 884be9c7c9..9bcdfcf1ab 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -543,6 +543,7 @@ static int rv10_decode_init(AVCodecContext *avctx) break; case 0x20200002: case 0x20201002: + case 0x20203002: case 0x30202002: case 0x30203002: s->low_delay=0; |