Commit becdb0b0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add Canopus HQX FourCC

parent 0f86c944
......@@ -175,6 +175,7 @@
#define VLC_CODEC_DFA VLC_FOURCC('D','F','I','A')
#define VLC_CODEC_HNM4_VIDEO VLC_FOURCC('H','N','M','4')
#define VLC_CODEC_TDSC VLC_FOURCC('T','D','S','C')
#define VLC_CODEC_HQX VLC_FOURCC('C','H','Q','X')
/***********
* Chromas
......
......@@ -756,6 +756,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_TDSC, "TDSC"),
B(VLC_CODEC_HQX, "Canopux HQX"),
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
A("YV12"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment