mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Typo
Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c2fd6530af
commit
ab19baef36
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue