[FFmpeg-devel] [PATCH] use a single mpa_window for all mpa_synth users

Reimar Döffinger Reimar.Doeffinger
Sun Oct 18 14:44:11 CEST 2009


Hello,
currently mpegaudiodec, qmd2 and mpc all duplicate the same 2kB data for the
mpa synthesis.
Attached patch just makes it use the same static variable in mpegaudiodec
and removes the function arguments for that.
If you'd like to keep those function arguments I'd suggest to instead making
the variable globally visible and reusing it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: singlempa.diff
Type: text/x-diff
Size: 4785 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091018/5d573744/attachment.diff>



More information about the ffmpeg-devel mailing list