mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Merge pull request #3007 from Themaister/master
Set audio enable in FFmpeg by default.
This commit is contained in:
commit
3ea4f494d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user