diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-28 04:54:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-28 05:11:19 +0200 |
commit | 7ed9ec033f5f8da5c06ec5f53847dbdbbf8e9dbb (patch) | |
tree | fa7298f52d823bdcb8c81243c85ea18b7b947432 /libavcodec/codec_desc.c | |
parent | ac7d0c79c3f6b4ca5a9d1b333107684453191811 (diff) | |
parent | 4e5b7f31f7aa7a40ef6d255db2cd65ebab7b74db (diff) | |
download | ffmpeg-7ed9ec033f5f8da5c06ec5f53847dbdbbf8e9dbb.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dwt: Drop unused functions spatial_compose{53|97}i()
nutdec: Remove unused and broken debug function stub
avcodec: Drop long-deprecated imgconvert.h header
Add Opus support to the Ogg muxer.
Add Opus codec id and codec description.
avformat: Identify anonymous AVIO typedef structs.
Conflicts:
libavcodec/avcodec.h
libavcodec/codec_desc.c
libavcodec/imgconvert.h
libavcodec/version.h
libavformat/oggenc.c
libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 607dd96f81..2f9e34885c 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2242,7 +2242,8 @@ static const AVCodecDescriptor codec_descriptors[] = { .id = AV_CODEC_ID_OPUS, .type = AVMEDIA_TYPE_AUDIO, .name = "opus", - .long_name = NULL_IF_CONFIG_SMALL("Opus"), + .long_name = NULL_IF_CONFIG_SMALL("Opus (Opus Interactive Audio Codec)"), + .props = AV_CODEC_PROP_LOSSY, }, /* subtitle codecs */ |