Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-09-23 20:35:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-24 01:37:14 +0400
commit23ad4d6f58e97b20d292e624f5fe01f39581d723 (patch)
treebc18082f9bb8e022f73ed79e19f3b9ab4bbf50b5 /doc/outdevs.texi
parent34b429d5ba7b823748e897f0295aa78aaa2ebb9d (diff)
doc/outdevs: add sdl window_fullscreen option
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r--doc/outdevs.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 730b47b201..094627693b 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -139,6 +139,10 @@ Set the SDL window size, can be a string of the form
@var{width}x@var{height} or a video size abbreviation.
If not specified it defaults to the size of the input video,
downscaled according to the aspect ratio.
+
+@item window_fullscreen
+Set fullscreen mode when non-zero value is provided.
+Zero is a default.
@end table
@subsection Examples