[vlc-commits] avcodec: add mapping for Canopus HQ

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:50:34 2015 +0200| [c0638f45670bd0f2a7f857f33f48c0d671cd159f] | committer: Jean-Baptiste Kempf

avcodec: add mapping for Canopus HQ

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0638f45670bd0f2a7f857f33f48c0d671cd159f
---

 modules/codec/avcodec/fourcc.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index daf71e3..81d872d 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -270,6 +270,10 @@ static const struct
     { VLC_CODEC_TDSC, AV_CODEC_ID_TDSC, VIDEO_ES },
 #endif
 
+#if LIBAVCODEC_VERSION_CHECK( 56, 23, 0, 35, 100 )
+    { VLC_CODEC_HQ_HQA, AV_CODEC_ID_HQ_HQA, VIDEO_ES },
+#endif
+
 
     /* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */
     /* ffmpeg only: AV_CODEC_ID_Y41P */



More information about the vlc-commits mailing list