mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 21:49:42 +00:00
Nits.
This commit is contained in:
parent
6ada4d87d3
commit
825c1de7d1
@ -162,7 +162,7 @@ static bool init_video(struct video_info *video, const struct ffemu_params *para
|
||||
|
||||
video->codec->width = param->out_width;
|
||||
video->codec->height = param->out_height;
|
||||
video->codec->time_base = (AVRational) {param->fps.den, param->fps.num};
|
||||
video->codec->time_base = (AVRational) { param->fps.den, param->fps.num };
|
||||
video->codec->sample_aspect_ratio = av_d2q(param->aspect_ratio * param->out_height / param->out_width, 255);
|
||||
video->codec->pix_fmt = video->pix_fmt;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user