[FFmpeg-cvslog] print_options: warn that the files are generated.

Nicolas George git at videolan.org
Mon Apr 23 18:16:02 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Mon Apr 23 14:12:23 2012 +0200| [1e43786b4c60b0eb52d2a500987fc0395016e362] | committer: Nicolas George

print_options: warn that the files are generated.

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

 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"))



More information about the ffmpeg-cvslog mailing list