summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2011-02-06 13:54:03 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-06 16:05:55 -0500
commited19fafd486d6ab0d6e1eba80ceaa482a740c556 (patch)
treeb6a3b9361bdb0f94869a88a399c665afd1c8a85e /libavcodec
parent48545a8f724247853c5b1d4e0a24e3ea3ee06515 (diff)
pass QDMC extradata to the decoder
Makes playing QDMC files in MPlayer work when using the libavformat demuxer. Problem was that the extradata was not passed from demuxer to decoder. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index dbfb77795d..fc29bbadb6 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -389,6 +389,7 @@ enum CodecID {
CODEC_ID_BINKAUDIO_RDFT,
CODEC_ID_BINKAUDIO_DCT,
CODEC_ID_AAC_LATM,
+ CODEC_ID_QDMC,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,