Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
447d0c8f
Commit
447d0c8f
authored
Apr 18, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved vout_IntfInit out of vlc_vout.h
parent
2447adc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc_vout.h
include/vlc_vout.h
+0
-1
src/video_output/vout_internal.h
src/video_output/vout_internal.h
+2
-1
No files found.
include/vlc_vout.h
View file @
447d0c8f
...
...
@@ -282,7 +282,6 @@ VLC_EXPORT( void, vout_UnlinkPicture, ( vout_thread_t *, picture_t *
*/
VLC_EXPORT
(
spu_t
*
,
vout_GetSpu
,
(
vout_thread_t
*
)
);
void
vout_IntfInit
(
vout_thread_t
*
);
VLC_EXPORT
(
void
,
vout_EnableFilter
,
(
vout_thread_t
*
,
const
char
*
,
bool
,
bool
)
);
/**@}*/
...
...
src/video_output/vout_internal.h
View file @
447d0c8f
...
...
@@ -102,10 +102,11 @@ struct vout_thread_sys_t
vlc_mouse_t
mouse
;
};
/* DO NOT use vout_RenderPicture unless you are in src/video_ouput */
/* DO NOT use vout_RenderPicture
/vout_IntfInit
unless you are in src/video_ouput */
picture_t
*
vout_RenderPicture
(
vout_thread_t
*
,
picture_t
*
,
subpicture_t
*
,
mtime_t
render_date
);
void
vout_IntfInit
(
vout_thread_t
*
);
/* DO NOT use vout_UsePictureLocked unless you are in src/video_ouput
*
...
...
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