summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-12-05 12:54:21 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-06 00:07:50 +0100
commit46cd1699f95679f381733aa982e8154b6f489805 (patch)
tree6ba1779acfa22cd875deff4c3cfe900588f43f3f /ffmpeg_opt.c
parent32b95471a86ae383c0f76361d954aec511f7043a (diff)
downloadffmpeg-46cd1699f95679f381733aa982e8154b6f489805.tar.gz
Avoid using the term "file" and prefer "url" in some docs and comments
This should make it less ambigous that these are URLs Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit a5f27a9c3aa973c543bd8bbf2a78363700bbc03e) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 4d25fff410..56d6e2f101 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -3108,8 +3108,8 @@ enum OptGroup {
};
static const OptionGroupDef groups[] = {
- [GROUP_OUTFILE] = { "output file", NULL, OPT_OUTPUT },
- [GROUP_INFILE] = { "input file", "i", OPT_INPUT },
+ [GROUP_OUTFILE] = { "output url", NULL, OPT_OUTPUT },
+ [GROUP_INFILE] = { "input url", "i", OPT_INPUT },
};
static int open_files(OptionGroupList *l, const char *inout,