These are the remaining patches in my audio decoder clean-up branch. Justin Ruggles (7): dpcm: remove unneeded buf_size==0 check. dpcm: do not try to decode empty packets mpc7: only support stereo input. mpegaudiodec: init static tables in AVCodec.init_static_data() cosmetics: indentation shorten: do not modify samples pointer when interleaving tta: use an integer instead of a pointer to iterate output samples
libavcodec/dpcm.c | 5 +- libavcodec/mpc7.c | 9 +- libavcodec/mpegaudiodec.c | 349 +++++++++++++++++++-------------------- libavcodec/mpegaudiodec_float.c | 5 + libavcodec/shorten.c | 7 +- libavcodec/tta.c | 2 +- 6 files changed, 193 insertions(+), 184 deletions(-) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
