fftools/ffmpeg: Fix runlength for strncmp()
This commit is contained in:
parent
b67263e0e8
commit
05c9f6f4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1349,7 +1349,7 @@ static void do_video_out(OutputFile *of,
|
|||
&& !i) {
|
||||
forced_keyframe = 1;
|
||||
} else if ( ost->forced_keyframes
|
||||
&& !strncmp(ost->forced_keyframes, "source_no_drop", 6)
|
||||
&& !strncmp(ost->forced_keyframes, "source_no_drop", 14)
|
||||
&& !i) {
|
||||
forced_keyframe = (in_picture->key_frame == 1) || ost->dropped_keyframe;
|
||||
ost->dropped_keyframe = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue