]> git.sesse.net Git - ffmpeg/commit
mmaldec: Add mpeg2 decoding support
authorJulian Scheel <julian@jusst.de>
Wed, 21 Oct 2015 15:10:48 +0000 (17:10 +0200)
committerwm4 <nfxjfg@googlemail.com>
Thu, 22 Oct 2015 08:46:03 +0000 (10:46 +0200)
commit7ebe12fc55591053cbd194ca6638e5c32beaee45
treea7fc34a5b3b93e1d355d23631d3a0e5935cb3501
parent73353af6e559f2d9758915f490a28cef8d854af2
mmaldec: Add mpeg2 decoding support

Register mmaldec as mpeg2 decoder. Supporting mpeg2 in mmaldec is just a
matter of setting the correct MMAL_ENCODING on the input port. To ease the
addition of further supported mmal codecs a macro is introduced to generate
the decoder and decoder class structs.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: wm4 <nfxjfg@googlemail.com>
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/mmaldec.c