On Fri, Jun 12, 2015 at 08:15:51AM +0000, Nedeljko Babic wrote: > >On Thu, Jun 11, 2015 at 4:08 PM, Nedeljko Babic > ><[email protected]> wrote: > >> From: Jovan Zelincevic <[email protected]> > >> > >> Move existing code to the new template files > >> > > > >Please setup your Git to track renames (add -M parameter), this is > >really hard to review in this form. > > This patch is just moving parts of the code that can be used in both float and > in fixed aac in appropriate template files. > > It does not do renames (or anything else for that matter). > > For example, the parts of code are moved from aacdec.c to new > aacdec_template.c, > but original file is still present with what was left of the code. > > Adding -M will not change anything in the patch. > > I tried from -M20% to -M75% just to be sure.
this needs -C
like in
git format-patch -1 -C -C -C #P
libavcodec/aacdec.c | 3132 +-------------------
libavcodec/{aacdec.c => aacdec_template.c} | 543 ----
libavcodec/cbrt_tablegen.c | 16 -
.../{cbrt_tablegen.c => cbrt_tablegen_template.c} | 0
libavcodec/sinewin_tablegen.c | 25 -
...ewin_tablegen.c => sinewin_tablegen_template.c} | 0
6 files changed, 57 insertions(+), 3659 deletions(-)
copy libavcodec/{aacdec.c => aacdec_template.c} (87%)
copy libavcodec/{cbrt_tablegen.c => cbrt_tablegen_template.c} (100%)
copy libavcodec/{sinewin_tablegen.c => sinewin_tablegen_template.c} (100%)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducated as much as the living from the
dead. -- Aristotle
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
