[FFmpeg-devel] [FFMpeg-Devel] [PATCH 2/7] Moved templated c postprocessing routines into seperate file
Michael Niedermayer
michaelni at gmx.at
Fri Mar 13 19:56:57 CET 2015
On Fri, Mar 13, 2015 at 02:15:09PM -0400, Tucker DiNapoli wrote:
> Currently different versions of the postprocessing routines are
> generated from a template. Ultimately I intend to remove this by
> replacing the inline assembly with seperate yasm files. The c routines
> will still be needed, so they need to be moved to a seperate file.
> The routines were added to the file introduced by the last commit.
> ---
> libpostproc/postprocess.c | 7 +-
> libpostproc/postprocess_c.c | 829 ++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 830 insertions(+), 6 deletions(-)
why do you duplicate this code ?
it should be removed from where it is now in the same patch that
adds it elsewhere.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150313/c7d042c4/attachment.asc>
More information about the ffmpeg-devel
mailing list