ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | 
Mon Nov  8 18:53:41 2021 +0100| [44c65c6cc0ba3a08834b7c4d83cb5f56321f914d] | 
committer: Andreas Rheinhardt

fftools/ffmpeg_opt: Fix copyinkf option name in warning message

Reviewed-by: Jan Ekström <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>

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

 fftools/ffmpeg_opt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index 7aff43d917..ab4c63a362 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -79,7 +79,7 @@ static const char *const opt_name_inter_matrices[]            
= {"inter_matrix",
 static const char *const opt_name_chroma_intra_matrices[]     = 
{"chroma_intra_matrix", NULL};
 static const char *const opt_name_top_field_first[]           = {"top", NULL};
 static const char *const opt_name_presets[]                   = {"pre", 
"apre", "vpre", "spre", NULL};
-static const char *const opt_name_copy_initial_nonkeyframes[] = {"copyinkfr", 
NULL};
+static const char *const opt_name_copy_initial_nonkeyframes[] = {"copyinkf", 
NULL};
 static const char *const opt_name_copy_prior_start[]          = 
{"copypriorss", NULL};
 static const char *const opt_name_filters[]                   = {"filter", 
"af", "vf", NULL};
 static const char *const opt_name_filter_scripts[]            = 
{"filter_script", NULL};

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to