Commit 29841a4f authored by bcoudurier's avatar bcoudurier

reset manually selected codecs at the end of opt_input_file, to avoid...

reset manually selected codecs at the end of opt_input_file, to avoid propagating selection to output file

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 47b7d9fb
......@@ -2790,6 +2790,9 @@ static void opt_input_file(const char *filename)
video_channel = 0;
rate_emu = 0;
av_freep(&video_codec_name);
av_freep(&audio_codec_name);
av_freep(&subtitle_codec_name);
}
static void check_audio_video_sub_inputs(int *has_video_ptr, int *has_audio_ptr,
......
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