mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Warning nit.
This commit is contained in:
parent
4806d2fe88
commit
e7082fd6ea
@ -166,7 +166,9 @@ static bool init_video(struct video_info *video, const struct ffemu_params *para
|
|||||||
video->codec->sample_aspect_ratio = av_d2q(param->aspect_ratio * param->out_height / param->out_width, 255);
|
video->codec->sample_aspect_ratio = av_d2q(param->aspect_ratio * param->out_height / param->out_width, 255);
|
||||||
video->codec->pix_fmt = video->pix_fmt;
|
video->codec->pix_fmt = video->pix_fmt;
|
||||||
|
|
||||||
|
#ifdef HAVE_FFMPEG_AVCODEC_OPEN2
|
||||||
AVDictionary *opts = NULL;
|
AVDictionary *opts = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_X264RGB
|
#ifdef HAVE_X264RGB
|
||||||
video->codec->thread_count = 3;
|
video->codec->thread_count = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user