Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
0840ec8c
Commit
0840ec8c
authored
Dec 20, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/vlc_image.h,vlc_xml.h: make these c++ happy.
parent
12077fd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
include/vlc_image.h
include/vlc_image.h
+8
-0
include/vlc_xml.h
include/vlc_xml.h
+8
-0
No files found.
include/vlc_image.h
View file @
0840ec8c
...
@@ -26,6 +26,10 @@
...
@@ -26,6 +26,10 @@
#include "vlc_video.h"
#include "vlc_video.h"
# ifdef __cplusplus
extern
"C"
{
# endif
struct
image_handler_t
struct
image_handler_t
{
{
picture_t
*
(
*
pf_read
)
(
image_handler_t
*
,
block_t
*
,
picture_t
*
(
*
pf_read
)
(
image_handler_t
*
,
block_t
*
,
...
@@ -53,4 +57,8 @@ VLC_EXPORT( void, image_HandlerDelete, ( image_handler_t * ) );
...
@@ -53,4 +57,8 @@ VLC_EXPORT( void, image_HandlerDelete, ( image_handler_t * ) );
#define image_Write( a, b, c, d ) a->pf_write( a, b, c, d )
#define image_Write( a, b, c, d ) a->pf_write( a, b, c, d )
#define image_WriteUrl( a, b, c, d, e ) a->pf_write_url( a, b, c, d, e )
#define image_WriteUrl( a, b, c, d, e ) a->pf_write_url( a, b, c, d, e )
# ifdef __cplusplus
}
# endif
#endif
/* _VLC_IMAGE_H */
#endif
/* _VLC_IMAGE_H */
include/vlc_xml.h
View file @
0840ec8c
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
#ifndef _VLC_XML_H
#ifndef _VLC_XML_H
#define _VLC_XML_H
#define _VLC_XML_H
# ifdef __cplusplus
extern
"C"
{
# endif
struct
xml_t
struct
xml_t
{
{
VLC_COMMON_MEMBERS
VLC_COMMON_MEMBERS
...
@@ -72,4 +76,8 @@ struct xml_reader_t
...
@@ -72,4 +76,8 @@ struct xml_reader_t
#define XML_READER_ENDELEM 2
#define XML_READER_ENDELEM 2
#define XML_READER_TEXT 3
#define XML_READER_TEXT 3
# ifdef __cplusplus
}
# endif
#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