1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-07-16 22:42:38 +02:00

fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata()

It should be input-only to this code. Will allow making it const in
future commits.
This commit is contained in:
Anton Khirnov
2022-10-18 12:05:37 +02:00
parent 3c7dd5ed37
commit 4119480681
2 changed files with 16 additions and 11 deletions

View File

@ -149,9 +149,6 @@ typedef struct OptionsContext {
AudioChannelMap *audio_channel_maps; /* one info entry per -map_channel */
int nb_audio_channel_maps; /* number of (valid) -map_channel settings */
#endif
int metadata_global_manual;
int metadata_streams_manual;
int metadata_chapters_manual;
const char **attachments;
int nb_attachments;