diff options
author | Roberto Togni <r_togni@tiscali.it> | 2007-12-04 23:43:01 +0000 |
---|---|---|
committer | Roberto Togni <r_togni@tiscali.it> | 2007-12-04 23:43:01 +0000 |
commit | ab19baef36a4989768245d845a009cde753aafff (patch) | |
tree | fc55c7fcfd80c0915b783990843827901fd03c52 | |
parent | c2fd6530af26e154b4d7797f97ad36e0b459a954 (diff) | |
download | ffmpeg-ab19baef36a4989768245d845a009cde753aafff.tar.gz |
Typo
Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rmdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |