mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l
Originally committed as revision 3034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3803021453
commit
8857a7ef32
4
ffmpeg.c
4
ffmpeg.c
@ -2652,8 +2652,8 @@ static void opt_output_file(const char *filename)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
use_video = file_oformat->video_codec != CODEC_ID_NONE;
|
use_video = file_oformat->video_codec != CODEC_ID_NONE || video_stream_copy;
|
||||||
use_audio = file_oformat->audio_codec != CODEC_ID_NONE;
|
use_audio = file_oformat->audio_codec != CODEC_ID_NONE || audio_stream_copy;
|
||||||
|
|
||||||
/* disable if no corresponding type found and at least one
|
/* disable if no corresponding type found and at least one
|
||||||
input file */
|
input file */
|
||||||
|
Loading…
Reference in New Issue
Block a user