mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[]
It is only used in this file.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user