]> git.sesse.net Git - ffmpeg/commit
lavc: move AVRn to a seperate decoder.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 20 Aug 2012 00:19:37 +0000 (02:19 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 20 Aug 2012 00:46:09 +0000 (02:46 +0200)
commitba2cf854d03ac8f563af5f71dfba27f7bd857a06
tree3972f45701fc12f25821195b429a01a51073a3db
parenta93c221ccd7a036de052e79659fe5b082f586279
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>
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/avrndec.c [new file with mode: 0644]
libavcodec/codec_desc.c
libavcodec/rawdec.c
libavformat/avidec.c
libavformat/riff.c