Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
349dce6d
Commit
349dce6d
authored
Aug 14, 2003
by
sigmunau
Browse files
include/video_output.h:
* minor cleanup in a comment
parent
2739add8
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/video_output.h
View file @
349dce6d
...
...
@@ -5,7 +5,7 @@
* thread, and destroy a previously opened video output thread.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: video_output.h,v 1.9
6
2003/0
7
/14
21:32
:58 sigmunau Exp $
* $Id: video_output.h,v 1.9
7
2003/0
8
/14
18:21
:58 sigmunau Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
@@ -133,8 +133,9 @@ struct vout_thread_t
text_renderer_sys_t
*
p_text_renderer_data
;
/**< private data for
the text renderer */
module_t
*
p_text_renderer_module
;
/**< text renderer module */
/** callback used when a new string needs to be shown on the vout */
int
(
*
pf_add_string
)
(
vout_thread_t
*
,
char
*
,
text_style_t
*
,
int
,
int
,
int
,
mtime_t
,
mtime_t
);
/**< callback used when a new string needs to be shown on the vout */
int
,
int
,
mtime_t
,
mtime_t
);
};
#define I_OUTPUTPICTURES p_vout->output.i_pictures
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment