Commit 3510e3b7 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jean-Baptiste Kempf

avcodec: map Auravision AURA

Sample:
http://fate-suite.libav.org/auravision/SOUVIDEO.AVISigned-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cf550d14
......@@ -146,6 +146,7 @@
#define VLC_CODEC_ESCAPE124 VLC_FOURCC('E','1','2','4')
#define VLC_CODEC_KGV1 VLC_FOURCC('K','G','V','1')
#define VLC_CODEC_CLLC VLC_FOURCC('C','L','L','C')
#define VLC_CODEC_AURA VLC_FOURCC('A','U','R','A')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
......
......@@ -176,7 +176,7 @@ static const struct
/* AV_CODEC_ID_TGV */
/* AV_CODEC_ID_TGQ */
/* AV_CODEC_ID_TQI */
/* AV_CODEC_ID_AURA */
{ VLC_CODEC_AURA, AV_CODEC_ID_AURA, VIDEO_ES },
/* AV_CODEC_ID_AURA2 */
/* AV_CODEC_ID_V210X */
/* AV_CODEC_ID_TMV */
......
......@@ -1020,6 +1020,9 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_CLLC, "Canopus Lossless"),
A("CLLC"),
B(VLC_CODEC_AURA, "Auravision Aura"),
A("AURA"),
B(0, "")
};
static const staticentry_t p_list_audio[] = {
......
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