[vlc-commits] Add Canopus HQ/HQA fourcc
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 20 09:52:13 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 20 09:44:00 2015 +0200| [8ce5a8abe7c5e5b6be961c03aa2719cd34f9095a] | committer: Jean-Baptiste Kempf
Add Canopus HQ/HQA fourcc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ce5a8abe7c5e5b6be961c03aa2719cd34f9095a
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc.c | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 321329d..5d30ece 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -176,6 +176,7 @@
#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')
+#define VLC_CODEC_HQ_HQA VLC_FOURCC('C','U','V','C')
/***********
* Chromas
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 0a08be4..3b5c9b3 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -758,7 +758,9 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_TDSC, "TDSC"),
- B(VLC_CODEC_HQX, "Canopux HQX"),
+ B(VLC_CODEC_HQX, "Canopus HQX"),
+
+ B(VLC_CODEC_HQ_HQA, "Canopus HQ"),
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
More information about the vlc-commits
mailing list