You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Typo
Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -513,7 +513,7 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket *
|
|||||||
return 1;
|
return 1;
|
||||||
if (get_buffer(pb, rm->videobuf + rm->videobufpos, len) != len)
|
if (get_buffer(pb, rm->videobuf + rm->videobufpos, len) != len)
|
||||||
return AVERROR(EIO);
|
return AVERROR(EIO);
|
||||||
rm->videobufpos += len,
|
rm->videobufpos += len;
|
||||||
rm->remaining_len-= len;
|
rm->remaining_len-= len;
|
||||||
|
|
||||||
if(type == 2 || (rm->videobufpos) == rm->videobufsize){
|
if(type == 2 || (rm->videobufpos) == rm->videobufsize){
|
||||||
|
Reference in New Issue
Block a user