summaryrefslogtreecommitdiff
path: root/doc/outdevs.texi
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-05-02 00:16:25 +0200
committerLukasz Marek <lukasz.m.luki2@gmail.com>2014-05-02 18:03:52 +0200
commit45601854b148ef2ed358d3130ed7345018c79378 (patch)
tree74b5bb956099418b37a9093a88212bb38995cb4e /doc/outdevs.texi
parent41e4c6d8c5fb621341f0c197f9ec32d4002d600d (diff)
downloadffmpeg-45601854b148ef2ed358d3130ed7345018c79378.tar.gz
lavd/opengl_enc: add window size param
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
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 a1d89eb801..1104133c61 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -237,6 +237,10 @@ Application must provide OpenGL context and both @code{window_size_cb} and @code
@item window_title
Set the SDL window title, if not specified default to the filename specified for the output device.
Ignored when @option{no_window} is set.
+@item window_size
+Set preferred window size, can be a string of the form widthxheight or a video size abbreviation.
+If not specified it defaults to the size of the input video, downscaled according to the aspect ratio.
+Mostly usable when @option{no_window} is not set.
@end table