On Wed, Mar 11, 2015 at 01:51:13PM -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(-)
code should not be duplicated for each C function you add to postprocess_c.c the corresponding C code should be removed from the template (unless its needed for tha asm to function) [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -- Xenophanes
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
