Difference between revisions of "Documentation:Modules/sdl vout"

From VideoLAN Wiki
Jump to navigation Jump to search
m
(Clean up page, information from https://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob;f=modules/video_output/sdl.c;hb=HEAD)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Module|name=sdl|type=Video output|description=SDL video output}}
+
{{Module|name=sdl|type=Video output|last_version=2.2.8|description=[[wikipedia:Simple DirectMedia Layer|SDL]] video output}}
  
{{Stub}}
+
{{Historical}}
 +
 
 +
This module had a single shortcut: <code>sdl</code>. Information on this page was [https://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob;f=modules/video_output/sdl.c;h=beb01eff60081b4b1e8f6872a132fa30ee21359b;hb=HEAD adapted] from the 1.1 branch of vlc.git. <code>sdl-video-driver</code> was marked as deprecated since 1.1.0.
 +
 
 +
== Options ==
 +
{{Option
 +
|name=sdl-chroma
 +
|value=string
 +
|description=Force the SDL renderer to use a specific chroma format instead of trying to improve performances by using the most efficient one
 +
}}
 +
{{Option
 +
|name=sdl-video-driver
 +
|value=string
 +
|description=Force a specific SDL video output driver
 +
}}
  
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 09:11, 28 February 2019

Module: sdl
Type Video output
First VLC version -
Last VLC version 2.2.8
Operating system(s) all
Description SDL video output
Shortcut(s) -
This page is obsolete and kept only for historical interest. It may document features that are obsolete, superseded, or irrelevant. Do not rely on the information here being up-to-date.

This module had a single shortcut: sdl. Information on this page was adapted from the 1.1 branch of vlc.git. sdl-video-driver was marked as deprecated since 1.1.0.

Options

  • sdl-chroma <string> : Force the SDL renderer to use a specific chroma format instead of trying to improve performances by using the most efficient one
  • sdl-video-driver <string> : Force a specific SDL video output driver
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.