mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
Use --qp 0 rather than --crf 0 for lossless.
This commit is contained in:
parent
b4f0d9b8f8
commit
4f841c208d
@ -172,7 +172,7 @@ static bool init_video(struct video_info *video, const struct ffemu_params *para
|
||||
|
||||
#ifdef HAVE_X264RGB
|
||||
video->codec->thread_count = 3;
|
||||
av_dict_set(&opts, "crf", "0", 0);
|
||||
av_dict_set(&opts, "qp", "0", 0);
|
||||
#else
|
||||
video->codec->thread_count = 2;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user