diff options
author | Martin Storsjö <martin@martin.st> | 2015-04-29 22:28:45 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-05-02 22:06:29 +0300 |
commit | e2d50fc2f5f3600e13055acf1a10fec35e941f37 (patch) | |
tree | 63d6d138c341d5908d9a9b12db533f4bbc93114e /doc | |
parent | 21180b73239c6360aa28496d4879713b7ba4a8e5 (diff) | |
download | ffmpeg-e2d50fc2f5f3600e13055acf1a10fec35e941f37.tar.gz |
avplay: Add support for rotated video
This is enabled by default, but can be disbled via the -noautorotate
option.
Based on a patch by Clément Bœsch.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avplay.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/avplay.texi b/doc/avplay.texi index d526213f17..d143f75201 100644 --- a/doc/avplay.texi +++ b/doc/avplay.texi @@ -115,6 +115,8 @@ Do not exit after playback is finished. Exit if any key is pressed. @item -exitonmousedown Exit if any mouse button is pressed. +@item -noautorotate +Disable automatically rotating video based on file metadata. @end table @section While playing |