fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[]

It is only used in this file.
This commit is contained in:
Anton Khirnov 2024-09-24 10:28:08 +02:00
parent c27b1e6c59
commit e83b5b2cc8
2 changed files with 1 additions and 3 deletions

View File

@ -539,8 +539,6 @@ typedef struct EncStats {
int lock_initialized;
} EncStats;
extern const char *const forced_keyframes_const_names[];
enum {
KF_FORCE_SOURCE = 1,
#if FFMPEG_OPT_FORCE_KF_SOURCE_NO_DROP

View File

@ -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",