[FFmpeg-cvslog] fftools/ffmpeg_opt: Fix copyinkf

Andreas Rheinhardt git at videolan.org
Tue Aug 2 10:06:24 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Aug  1 05:09:20 2022 +0200| [d9cd192dddb459e85a243dd0349f32e9a4f7a9d8] | committer: Andreas Rheinhardt

fftools/ffmpeg_opt: Fix copyinkf

Broken in 9c2b800203a5a8f3d83f3b8f28e8c50d28186b39.

Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9cd192dddb459e85a243dd0349f32e9a4f7a9d8
---

 fftools/ffmpeg_opt.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index d7049069f4..a96bcf9b8a 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -1748,6 +1748,9 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
     ost->last_mux_dts = AV_NOPTS_VALUE;
     ost->last_filter_pts = AV_NOPTS_VALUE;
 
+    MATCH_PER_STREAM_OPT(copy_initial_nonkeyframes, i,
+                         ost->copy_initial_nonkeyframes, oc, st);
+
     return ost;
 }
 



More information about the ffmpeg-cvslog mailing list