Browse Source

Typo

Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roberto Togni 18 years ago
parent
commit
ab19baef36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rmdec.c

+ 1
- 1
libavformat/rmdec.c View File

@@ -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){


Loading…
Cancel
Save