mirror of https://git.ffmpeg.org/ffmpeg.git
fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[]
It is only used in this file.
This commit is contained in:
parent
c27b1e6c59
commit
e83b5b2cc8
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue