mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
avconv: reset streamid_map between output files.
This commit is contained in:
parent
c5ad2c2cc6
commit
e922bbfa76
3
avconv.c
3
avconv.c
@ -457,7 +457,6 @@ static int exit_program(int ret)
|
||||
fclose(vstats_file);
|
||||
av_free(vstats_filename);
|
||||
|
||||
av_free(streamid_map);
|
||||
av_free(meta_data_maps);
|
||||
|
||||
av_freep(&input_streams);
|
||||
@ -3695,6 +3694,8 @@ static void opt_output_file(const char *filename)
|
||||
metadata_chapters_autocopy = 1;
|
||||
av_freep(&stream_maps);
|
||||
nb_stream_maps = 0;
|
||||
av_freep(&streamid_map);
|
||||
nb_streamid_map = 0;
|
||||
|
||||
av_dict_free(&codec_names);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user