summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-15 09:36:56 -0500
committerDudemanguy <random342@airmail.cc>2023-10-25 16:16:37 +0000
commit7aed492ccc48fd32084d7dfe65a50b5b90d8411a (patch)
tree3361dcf55e770918e1f1646ab4d4db172a678833 /demux
parentdac977193cccbf7e2e999cf0c4b0292314839c4c (diff)
downloadmpv-7aed492ccc48fd32084d7dfe65a50b5b90d8411a.tar.bz2
mpv-7aed492ccc48fd32084d7dfe65a50b5b90d8411a.tar.xz
options: rename --fps to --container-fps-override
This better reflects what it actually does. As a bonus, script writers won't be misled into thinking that fps displays the actual video or display fps.
Diffstat (limited to 'demux')
-rw-r--r--demux/demux_lavf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index fbbc9abf5e..52af75e551 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -1174,7 +1174,7 @@ static int demux_open_lavf(demuxer_t *demuxer, enum demux_check check)
"This format is marked by FFmpeg as having no timestamps!\n"
"FFmpeg will likely make up its own broken timestamps. For\n"
"video streams you can correct this with:\n"
- " --no-correct-pts --fps=VALUE\n"
+ " --no-correct-pts --container-fps-override=VALUE\n"
"with VALUE being the real framerate of the stream. You can\n"
"expect seeking and buffering estimation to be generally\n"
"broken as well.\n");