diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 3ae2d61933..286f9736c5 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -1855,6 +1855,10 @@ loop_end: exit_program(1); } + // gop_timecode is injected by generic code but not always used + if (!strcmp(e->key, "gop_timecode")) + continue; + av_log(NULL, AV_LOG_WARNING, "Codec AVOption %s (%s) specified for " "output file #%d (%s) has not been used for any stream. The most " "likely reason is either wrong type (e.g. a video option with "