diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-09-24 10:28:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-30 09:29:18 +0200 |
commit | e83b5b2cc8b2fb6eb38f0b3feaecb1631bbaaf83 (patch) | |
tree | 3f63196d353fa538aaf9e17a8a89317aa35b9f86 /fftools/ffmpeg_mux_init.c | |
parent | c27b1e6c594f853b287daf5daee65ac02d6e267b (diff) | |
download | ffmpeg-e83b5b2cc8b2fb6eb38f0b3feaecb1631bbaaf83.tar.gz |
fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[]
It is only used in this file.
Diffstat (limited to 'fftools/ffmpeg_mux_init.c')
-rw-r--r-- | fftools/ffmpeg_mux_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c index 033fa6aba8..117b1a4338 100644 --- a/fftools/ffmpeg_mux_init.c +++ b/fftools/ffmpeg_mux_init.c @@ -3087,7 +3087,7 @@ finish: return ret; } -const char *const forced_keyframes_const_names[] = { +static const char *const forced_keyframes_const_names[] = { "n", "n_forced", "prev_forced_n", |