Commit 9efb8686 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add TDSC fourCC

parent e6b4585a
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
#define VLC_CODEC_JV VLC_FOURCC('J','V','0','0') #define VLC_CODEC_JV VLC_FOURCC('J','V','0','0')
#define VLC_CODEC_DFA VLC_FOURCC('D','F','I','A') #define VLC_CODEC_DFA VLC_FOURCC('D','F','I','A')
#define VLC_CODEC_HNM4_VIDEO VLC_FOURCC('H','N','M','4') #define VLC_CODEC_HNM4_VIDEO VLC_FOURCC('H','N','M','4')
#define VLC_CODEC_TDSC VLC_FOURCC('T','D','S','C')
/*********** /***********
* Chromas * Chromas
......
...@@ -754,6 +754,8 @@ static const staticentry_t p_list_video[] = { ...@@ -754,6 +754,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_FIC, "Mirillis FIC video"), B(VLC_CODEC_FIC, "Mirillis FIC video"),
A("FICV"), A("FICV"),
B(VLC_CODEC_TDSC, "TDSC"),
/* */ /* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"), B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
A("YV12"), 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