[vlc-devel] [PATCH 2/3] avcodec: keep the multiview_mode from the demux

Steve Lhomme robux4 at gmail.com
Thu Jul 27 10:55:52 CEST 2017


LGTM

On Wed, Jul 26, 2017 at 9:24 PM, Adrien Maglo <magsoft at videolan.org> wrote:
> ---
>  modules/codec/avcodec/video.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
> index 1e964bf8a4..590aa9460f 100644
> --- a/modules/codec/avcodec/video.c
> +++ b/modules/codec/avcodec/video.c
> @@ -325,6 +325,7 @@ static int lavc_UpdateVideoFormat(decoder_t *dec, AVCodecContext *ctx,
>      dec->fmt_out.video = fmt_out;
>      dec->fmt_out.video.orientation = dec->fmt_in.video.orientation;
>      dec->fmt_out.video.projection_mode = dec->fmt_in.video.projection_mode;
> +    dec->fmt_out.video.multiview_mode = dec->fmt_in.video.multiview_mode;
>      dec->fmt_out.video.pose = dec->fmt_in.video.pose;
>      if ( dec->fmt_in.video.mastering.max_luminance )
>          dec->fmt_out.video.mastering = dec->fmt_in.video.mastering;
> --
> 2.11.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list