1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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>
This commit is contained in:
Lukasz Marek 2013-09-23 18:35:57 +02:00 committed by Michael Niedermayer
parent 34b429d5ba
commit 23ad4d6f58

View File

@ -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. @var{width}x@var{height} or a video size abbreviation.
If not specified it defaults to the size of the input video, If not specified it defaults to the size of the input video,
downscaled according to the aspect ratio. downscaled according to the aspect ratio.
@item window_fullscreen
Set fullscreen mode when non-zero value is provided.
Zero is a default.
@end table @end table
@subsection Examples @subsection Examples