[MPlayer-dev-eng] [PATCH] replacement for internal mpg123 fork (mp3lib)

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed May 12 08:07:31 CEST 2010


On Wed, May 12, 2010 at 04:27:22AM +0200, Thomas Orgis wrote:
> +            incount =
> +                demux_read_data(((sh_audio_t *) sh)->ds, inbuf, INBUF);

ds_read_packet should avoid an extra memcpy and (unless FFmpeg was compiled
without MP3 support) give already correctly split packets so even the parsing
could be avoided.



More information about the MPlayer-dev-eng mailing list