Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
3d6f02e6
Commit
3d6f02e6
authored
Oct 16, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doxygene documentation.
parent
881aa894
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
include/vlc_access.h
include/vlc_access.h
+4
-0
include/vlc_messages.h
include/vlc_messages.h
+3
-0
include/vlc_vod.h
include/vlc_vod.h
+3
-1
No files found.
include/vlc_access.h
View file @
3d6f02e6
...
@@ -171,4 +171,8 @@ VLC_EXPORT( input_thread_t *, access_GetParentInput, ( access_t *p_access ) );
...
@@ -171,4 +171,8 @@ VLC_EXPORT( input_thread_t *, access_GetParentInput, ( access_t *p_access ) );
p_sys = p_access->p_sys = calloc( 1, sizeof( access_sys_t ) ); \
p_sys = p_access->p_sys = calloc( 1, sizeof( access_sys_t ) ); \
if( !p_sys ) return VLC_ENOMEM;
if( !p_sys ) return VLC_ENOMEM;
/**
* @}
*/
#endif
#endif
include/vlc_messages.h
View file @
3d6f02e6
...
@@ -216,4 +216,7 @@ VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) );
...
@@ -216,4 +216,7 @@ VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) );
#define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b )
#define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b )
VLC_EXPORT
(
void
,
__stats_TimerClean
,
(
vlc_object_t
*
,
unsigned
int
)
);
VLC_EXPORT
(
void
,
__stats_TimerClean
,
(
vlc_object_t
*
,
unsigned
int
)
);
/**
* @}
*/
#endif
#endif
include/vlc_vod.h
View file @
3d6f02e6
...
@@ -78,6 +78,8 @@ enum vod_query_e
...
@@ -78,6 +78,8 @@ enum vod_query_e
VOD_MEDIA_FORWARD
,
/* arg1= double res= */
VOD_MEDIA_FORWARD
,
/* arg1= double res= */
};
};
/**}*/
/**
* @}
*/
#endif
#endif
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