[vlc-devel] [PATCH] fourcc: add missing P016 description
Tristan Matthews
tmatth at videolan.org
Fri Apr 3 22:03:20 CEST 2020
On Fri, Apr 3, 2020 at 1:39 PM <quentin.chateau at deepskycorp.com> wrote:
>
> From: Quentin Chateau <quentin.chateau at deepskycorp.com>
>
> ---
> src/misc/fourcc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
> index d4646e2e0d..40aecdc1a7 100644
> --- a/src/misc/fourcc.c
> +++ b/src/misc/fourcc.c
> @@ -782,6 +782,7 @@ static const struct
> { { VLC_CODEC_YUVA_444_10L,
> VLC_CODEC_YUVA_444_10B }, PLANAR_16(4, 1, 1, 10) },
> { { VLC_CODEC_P010 }, SEMIPLANAR(2, 2, 2, 10) },
> + { { VLC_CODEC_P016 }, SEMIPLANAR(2, 2, 2, 16) },
>
> { { VLC_CODEC_YUYV, VLC_CODEC_YVYU,
> VLC_CODEC_UYVY, VLC_CODEC_VYUY }, PACKED_FMT(2, 16) },
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
Applied, thanks.
Best,
-t
More information about the vlc-devel
mailing list