diff options
author | Daniel Kucera <github@danman.eu> | 2019-05-13 13:42:37 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-05-20 17:51:43 -0300 |
commit | 8d9910a23ab3433dbbddb9076129745f6964c1c4 (patch) | |
tree | 7aaf3721257f0efb03d4f876998890abc82ce9b7 /doc/ffplay.texi | |
parent | fbc5a27694c2b3f7511cb59b191d7ba634bfaf21 (diff) | |
download | ffmpeg-8d9910a23ab3433dbbddb9076129745f6964c1c4.tar.gz |
ffplay: added option always on top for video window
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Daniel Kucera <github@danman.eu>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index c305465078..a487c0de8d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -66,6 +66,8 @@ Set custom interval, in seconds, for seeking using left/right keys. Default is 1 Disable graphical display. @item -noborder Borderless window. +@item -alwaysontop +Window always on top. Available on: X11 with SDL >= 2.0.5, Windows SDL >= 2.0.6. @item -volume Set the startup volume. 0 means silence, 100 means no volume reduction or amplification. Negative values are treated as 0, values above 100 are treated |