diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-04-23 14:12:23 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-23 18:14:25 +0200 |
commit | 1e43786b4c60b0eb52d2a500987fc0395016e362 (patch) | |
tree | a51b331842a0d23d4f74e89b67cf09bbc7bad840 | |
parent | 9b84f8a987e7cd3bb966d065d50d79d453907bad (diff) | |
download | ffmpeg-1e43786b4c60b0eb52d2a500987fc0395016e362.tar.gz |
print_options: warn that the files are generated.
-rw-r--r-- | 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 4283e6a86d..339b942fb8 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")) |