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

avcodec: add mapping for Canopus HQ

parent 8ce5a8ab
...@@ -270,6 +270,10 @@ static const struct ...@@ -270,6 +270,10 @@ static const struct
{ VLC_CODEC_TDSC, AV_CODEC_ID_TDSC, VIDEO_ES }, { VLC_CODEC_TDSC, AV_CODEC_ID_TDSC, VIDEO_ES },
#endif #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_BRENDER_PIX */
/* ffmpeg only: AV_CODEC_ID_Y41P */ /* ffmpeg only: AV_CODEC_ID_Y41P */
......
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