mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +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
|
||||
|
Reference in New Issue
Block a user