[FFmpeg-devel] [PATCH 04/11] fftools/ffmpeg_opt: Fix copyinkf

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Aug 1 15:23:42 EEST 2022


Broken in 9c2b800203a5a8f3d83f3b8f28e8c50d28186b39.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 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;
 }
 
-- 
2.34.1



More information about the ffmpeg-devel mailing list