Commit e5df74dc authored by Clément Bœsch's avatar Clément Bœsch Committed by Clément Bœsch

ffmpeg: remove unused meta_data_maps.

This is unused since a7b5e841.
parent e0f30a56
......@@ -360,9 +360,6 @@ typedef struct OptionsContext {
int nb_stream_maps;
AudioChannelMap *audio_channel_maps; ///< one info entry per -map_channel
int nb_audio_channel_maps; ///< number of (valid) -map_channel settings
/* first item specifies output metadata, second is input */
MetadataMap (*meta_data_maps)[2];
int nb_meta_data_maps;
int metadata_global_manual;
int metadata_streams_manual;
int metadata_chapters_manual;
......@@ -461,7 +458,6 @@ static void reset_options(OptionsContext *o, int is_input)
av_freep(&o->stream_maps);
av_freep(&o->audio_channel_maps);
av_freep(&o->meta_data_maps);
av_freep(&o->streamid_map);
memset(o, 0, sizeof(*o));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment