[vlc-devel] [PATCH 1/7] video_output: fix source SAR handling

Rémi Denis-Courmont remi at remlab.net
Tue Sep 1 16:06:33 CEST 2020


Le tiistaina 1. syyskuuta 2020, 13.06.32 EEST Steve Lhomme a écrit :
> typo introduced in 1964a189e2bfab203c7614265df3ae5ad8f81502
> ---
>  src/video_output/video_output.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/video_output/video_output.c
> b/src/video_output/video_output.c index 4f48754cf2e..49a1e9653ad 100644
> --- a/src/video_output/video_output.c
> +++ b/src/video_output/video_output.c
> @@ -287,7 +287,7 @@ static void vout_SizeWindow(vout_thread_sys_t *vout,
>      unsigned w = original->i_visible_width;
>      unsigned h = original->i_visible_height;
>      unsigned sar_num = original->i_sar_num;
> -    unsigned sar_den = original->i_sar_num;
> +    unsigned sar_den = original->i_sar_den;
> 
>      switch (sys->source.crop.mode) {
>          case VOUT_CROP_NONE:

Obviously OK.

-- 
Rémi Denis-Courmont
http://www.remlab.net/





More information about the vlc-devel mailing list