[vlc-devel] [PATCH 1/2] add IMM4 fourcc
Steve Lhomme
robux4 at ycbcr.xyz
Thu Aug 23 13:06:15 CEST 2018
Merged both, thanks.
On 23/08/2018 12:33, Paul B Mahol wrote:
> ---
> include/vlc_fourcc.h | 1 +
> src/misc/fourcc_list.h | 3 +++
> 2 files changed, 4 insertions(+)
>
> diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
> index d5f8c208b0..871f01043a 100644
> --- a/include/vlc_fourcc.h
> +++ b/include/vlc_fourcc.h
> @@ -187,6 +187,7 @@
> #define VLC_CODEC_SPEEDHQ VLC_FOURCC('S','H','Q','2')
> #define VLC_CODEC_PIXLET VLC_FOURCC('p','x','l','t')
> #define VLC_CODEC_MAGICYUV VLC_FOURCC('M','8','Y','0')
> +#define VLC_CODEC_IMM4 VLC_FOURCC('I','M','M','4')
>
> /***********
> * Chromas
> diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
> index 284e2afb4d..296dad36a9 100644
> --- a/src/misc/fourcc_list.h
> +++ b/src/misc/fourcc_list.h
> @@ -1151,6 +1151,9 @@ static const staticentry_t p_list_video[] = {
> A("M8Y2"),
> A("M8Y4"),
> A("M8YA"),
> +
> + B(VLC_CODEC_IMM4, "Infinity IMM4"),
> + A("IMM4"),
> };
>
> static const staticentry_t p_list_audio[] = {
> --
> 2.17.1
>
> _______________________________________________
> 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