diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-20 02:19:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-20 02:46:09 +0200 |
commit | ba2cf854d03ac8f563af5f71dfba27f7bd857a06 (patch) | |
tree | 3972f45701fc12f25821195b429a01a51073a3db /libavcodec/codec_desc.c | |
parent | a93c221ccd7a036de052e79659fe5b082f586279 (diff) | |
download | ffmpeg-ba2cf854d03ac8f563af5f71dfba27f7bd857a06.tar.gz |
lavc: move AVRn to a seperate decoder.
The special cases in demuxers and decoders are a mess otherwise (and more
would be needed to support it fully)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 607eaab84a..68e07bbd41 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1175,6 +1175,12 @@ static const AVCodecDescriptor codec_descriptors[] = { .name = "paf_video", .long_name = NULL_IF_CONFIG_SMALL("Amazing Studio Packed Animation File Video"), }, + { + .id = AV_CODEC_ID_AVRN, + .type = AVMEDIA_TYPE_VIDEO, + .name = "AVRn", + .long_name = NULL_IF_CONFIG_SMALL("AVRn"), + }, /* various PCM "codecs" */ { |