[vlc-devel] [vlc-commits] fourcc: add UT video aliases

Steve Lhomme robux4 at ycbcr.xyz
Mon Oct 21 07:46:12 CEST 2019


On 2019-10-19 15:38, Francois Cartegnie wrote:
> vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Oct 19 15:33:46 2019 +0200| [08aeec261d18623b35a994a045b7b23e9e76629f] | committer: Francois Cartegnie
> 
> fourcc: add UT video aliases

What is UT ?

>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08aeec261d18623b35a994a045b7b23e9e76629f
> ---
> 
>   src/misc/fourcc_list.h | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
> index 5b857755f8..2176473b98 100644
> --- a/src/misc/fourcc_list.h
> +++ b/src/misc/fourcc_list.h
> @@ -1051,8 +1051,13 @@ static const staticentry_t p_list_video[] = {
>           A("ULRG"),
>           A("ULY0"),
>           A("ULY2"),
> +        A("ULY4"),
>           A("ULH0"),
>           A("ULH2"),
> +        A("ULH4"),
> +        A("UQY2"),
> +        A("UQRA"),
> +        A("UQRG"),
>   
>       B(VLC_CODEC_VBLE, "VBLE Lossless"),
>           A("VBLE"),
> 
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
> 


More information about the vlc-devel mailing list