diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-24 19:32:59 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-26 18:14:52 +0100 |
commit | 7de3b1394b71118279e8f997be490633bc3f5d46 (patch) | |
tree | 2e0cfab2ba3097e625cd3e1608af4107fa843d2a /doc/outdevs.texi | |
parent | 3c846fda1ca306d5e265ec87948f57e5c5d431ce (diff) | |
download | ffmpeg-7de3b1394b71118279e8f997be490633bc3f5d46.tar.gz |
lavd/sdl: add event handler thread
SDL_Init() is called on the event handler thread, as required by SDL in
Windows to avoid deadlocks as discovered by Roger Pack.
Fix trac ticket #1743 and #1744.
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 8038defe67..6c8422cca4 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -209,6 +209,16 @@ Set fullscreen mode when non-zero value is provided. Default value is zero. @end table +@subsection Interactive commands + +The window created by the device can be controlled through the +following interactive commands. + +@table @key +@item q, ESC +Quit the device immediately. +@end table + @subsection Examples The following command shows the @command{ffmpeg} output is an |