Merge pull request #3007 from Themaister/master

Set audio enable in FFmpeg by default.
This commit is contained in:
Twinaphex 2016-05-16 12:56:09 +02:00
commit 3ea4f494d7

View File

@ -535,6 +535,7 @@ static bool ffmpeg_init_config(struct ff_config_param *params,
params->scale_factor = 1;
params->threads = 1;
params->frame_drop_ratio = 1;
params->audio_enable = true;
if (!config)
return true;