[FFmpeg-cvslog] doc: fix message names in opengl doc

Lukasz Marek git at videolan.org
Sat May 3 01:14:00 CEST 2014


ffmpeg | branch: master | Lukasz Marek <lukasz.m.luki2 at gmail.com> | Sat May  3 00:29:05 2014 +0200| [eb434f712d98f131e077368f0c41e3a337bbc387] | committer: Michael Niedermayer

doc: fix message names in opengl doc

Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb434f712d98f131e077368f0c41e3a337bbc387
---

 doc/outdevs.texi |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 1104133..488a1ad 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -220,11 +220,11 @@ This output device allows one to render to OpenGL context.
 Context may be provided by application or default SDL window is created.
 
 When device renders to external context, application must implement handlers for following messages:
- at code{AV_CTL_MESSAGE_CREATE_WINDOW_BUFFER} - create OpenGL context on current thread.
- at code{AV_CTL_MESSAGE_PREPARE_WINDOW_BUFFER} - make OpenGL context current.
- at code{AV_CTL_MESSAGE_DISPLAY_WINDOW_BUFFER} - swap buffers.
- at code{AV_CTL_MESSAGE_DESTROY_WINDOW_BUFFER} - destroy OpenGL context.
-Application is also required to inform a device about current resolution by sending @code{AV_DEVICE_WINDOW_RESIZED} message.
+ at code{AV_DEV_TO_APP_CREATE_WINDOW_BUFFER} - create OpenGL context on current thread.
+ at code{AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER} - make OpenGL context current.
+ at code{AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER} - swap buffers.
+ at code{AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER} - destroy OpenGL context.
+Application is also required to inform a device about current resolution by sending @code{AV_APP_TO_DEV_WINDOW_SIZE} message.
 
 @subsection Options
 @table @option



More information about the ffmpeg-cvslog mailing list