[FFmpeg-cvslog] Remove potentially unstable filenames from comments in generated files.

Diego Biurrun git at videolan.org
Fri May 20 06:00:42 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu May 19 18:12:17 2011 +0200| [c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7] | committer: Diego Biurrun

Remove potentially unstable filenames from comments in generated files.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7
---

 libavcodec/costablegen.c |    2 +-
 libavcodec/tableprint.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/costablegen.c b/libavcodec/costablegen.c
index 65c4926..6bfb8ea 100644
--- a/libavcodec/costablegen.c
+++ b/libavcodec/costablegen.c
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
     int fixed  = argc > 2 && !strcmp(argv[2], "fixed");
     double (*func)(double) = do_sin ? sin : cos;
 
-    printf("/* This file was generated by libavcodec/costablegen */\n");
+    printf("/* This file was automatically generated. */\n");
     printf("#define CONFIG_FFT_FLOAT %d\n", !fixed);
     printf("#include \"libavcodec/%s\"\n", do_sin ? "rdft.h" : "fft.h");
     for (i = 4; i <= BITS; i++) {
diff --git a/libavcodec/tableprint.c b/libavcodec/tableprint.c
index da77525..362dc24 100644
--- a/libavcodec/tableprint.c
+++ b/libavcodec/tableprint.c
@@ -36,6 +36,6 @@ WRITE_2D_FUNC(uint32_t)
 WRITE_2D_FUNC(float)
 
 void write_fileheader(void) {
-    printf("/* This file was generated by libavcodec/tableprint */\n");
+    printf("/* This file was automatically generated. */\n");
     printf("#include <stdint.h>\n");
 }



More information about the ffmpeg-cvslog mailing list