From ed19fafd486d6ab0d6e1eba80ceaa482a740c556 Mon Sep 17 00:00:00 2001 From: Sascha Sommer Date: Sun, 6 Feb 2011 13:54:03 +0100 Subject: 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 --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') 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, -- cgit v1.2.3