From ab19baef36a4989768245d845a009cde753aafff Mon Sep 17 00:00:00 2001 From: Roberto Togni Date: Tue, 4 Dec 2007 23:43:01 +0000 Subject: [PATCH] Typo Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 8af8a05e70..47ddb6d4b7 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -513,7 +513,7 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket * return 1; if (get_buffer(pb, rm->videobuf + rm->videobufpos, len) != len) return AVERROR(EIO); - rm->videobufpos += len, + rm->videobufpos += len; rm->remaining_len-= len; if(type == 2 || (rm->videobufpos) == rm->videobufsize){