mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-04 17:46:45 +00:00
typo, fix -fs
Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
11979c460c
commit
ed057fccfc
2
ffmpeg.c
2
ffmpeg.c
@ -1874,7 +1874,7 @@ static int av_encode(AVFormatContext **output_files,
|
||||
break;
|
||||
|
||||
/* finish if limit size exhausted */
|
||||
if (limit_filesize != 0 && (limit_filesize * 1024) < url_ftell(&output_files[0]->pb))
|
||||
if (limit_filesize != 0 && (limit_filesize * 1024) >= url_ftell(&output_files[0]->pb))
|
||||
break;
|
||||
|
||||
/* read a frame from it and output it in the fifo */
|
||||
|
Loading…
Reference in New Issue
Block a user