From 4719d1f3811c3e7e9caaa35aff0ffcf91cd22718 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Apr 2005 21:27:03 +0000 Subject: [PATCH] Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) Originally committed as revision 4149 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv10.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 884be9c7c..9bcdfcf1a 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; -- 2.11.0