mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
print_options: warn that the files are generated.
This commit is contained in:
parent
9b84f8a987
commit
1e43786b4c
@ -112,6 +112,8 @@ int main(int argc, char **argv)
|
|||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
print_usage();
|
print_usage();
|
||||||
|
|
||||||
|
printf("@c DO NOT EDIT THIS FILE!\n"
|
||||||
|
"@c It was generated by print_options.\n\n");
|
||||||
if (!strcmp(argv[1], "format"))
|
if (!strcmp(argv[1], "format"))
|
||||||
show_format_opts();
|
show_format_opts();
|
||||||
else if (!strcmp(argv[1], "codec"))
|
else if (!strcmp(argv[1], "codec"))
|
||||||
|
Loading…
Reference in New Issue
Block a user