mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Set audio enable in FFmpeg by default.
This commit is contained in:
parent
92b1398a79
commit
30e45902f2
@ -534,6 +534,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user