Typo
Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c2fd6530af
commit
ab19baef36
@ -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…
x
Reference in New Issue
Block a user