[FFmpeg-devel] [PATCH] print_options: warn that the files are generated.
Nicolas George
nicolas.george at normalesup.org
Mon Apr 23 14:13:00 CEST 2012
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
doc/print_options.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/print_options.c b/doc/print_options.c
index 4283e6a..339b942 100644
--- a/doc/print_options.c
+++ b/doc/print_options.c
@@ -112,6 +112,8 @@ int main(int argc, char **argv)
if (argc < 2)
print_usage();
+ printf("@c DO NOT EDIT THIS FILE!\n"
+ "@c It was generated by print_options.\n\n");
if (!strcmp(argv[1], "format"))
show_format_opts();
else if (!strcmp(argv[1], "codec"))
--
1.7.2.5
More information about the ffmpeg-devel
mailing list