[vlc-devel] [PATCH 2/4] vout: do not reset aspect-ratio of the vout configuration

Rémi Denis-Courmont remi at remlab.net
Tue Feb 11 09:27:31 CET 2014


Same comment as previous patch.

On Mon, 10 Feb 2014 19:14:51 +0100, Felix Abecassis
<felix.abecassis at gmail.com> wrote:
> ---
>  src/video_output/video_output.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/video_output/video_output.c
> b/src/video_output/video_output.c
> index f9d283d..1fe3acf 100644
> --- a/src/video_output/video_output.c
> +++ b/src/video_output/video_output.c
> @@ -1449,8 +1449,6 @@ static int ThreadReinit(vout_thread_t *vout,
>          state.cfg.display.width  = 0;
>          state.cfg.display.height = 0;
>      }
> -    state.cfg.sar.num = 0;
> -    state.cfg.sar.den = 0;
>      /* FIXME current vout "variables" are not in sync here anymore
>       * and I am not sure what to do */

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list