[FFmpeg-devel] [PATCH 3/6] Split mp3 demuxer and muxer into separate files.

Diego Biurrun diego
Fri Jan 21 16:19:47 CET 2011


On Fri, Jan 21, 2011 at 03:22:13PM +0100, Anton Khirnov wrote:
> ---
>  libavformat/Makefile |    6 +-
>  libavformat/mp3.c    |  368 --------------------------------------------------
>  libavformat/mp3dec.c |  192 ++++++++++++++++++++++++++
>  libavformat/mp3enc.c |  194 ++++++++++++++++++++++++++
>  4 files changed, 389 insertions(+), 371 deletions(-)

Looks OK at a quick glance, if you tested it to compile with various
combinations of --enable/--disable flags to configure, then it should
be OK.

Diego



More information about the ffmpeg-devel mailing list