diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-19 18:12:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-19 19:30:12 +0200 |
commit | c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7 (patch) | |
tree | afcfa9634ee2346590fa1da5f869f7a93a0db9db /libavcodec/tableprint.c | |
parent | 8a0572b05451b9a161989ab1ec2c03447a4c1ce6 (diff) | |
download | ffmpeg-c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7.tar.gz |
Remove potentially unstable filenames from comments in generated files.
Diffstat (limited to 'libavcodec/tableprint.c')
-rw-r--r-- | libavcodec/tableprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tableprint.c b/libavcodec/tableprint.c index da77525626..362dc24c50 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"); } |