Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
2bfc9042
Commit
2bfc9042
authored
Jul 12, 2007
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert part of r20746, which indeed broke the build of python bindings
parent
21733d77
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
include/vlc/mediacontrol.h
include/vlc/mediacontrol.h
+3
-4
src/control/mediacontrol_internal.h
src/control/mediacontrol_internal.h
+5
-5
No files found.
include/vlc/mediacontrol.h
View file @
2bfc9042
...
...
@@ -118,7 +118,7 @@ typedef struct {
* Allocate a RGBPicture structure.
* \param datasize: the size of the data
*/
VLC_PRIVATE_API
mediacontrol_RGBPicture
*
mediacontrol_RGBPicture__alloc
(
int
datasize
);
mediacontrol_RGBPicture
*
mediacontrol_RGBPicture__alloc
(
int
datasize
);
/**
* Free a RGBPicture structure.
...
...
@@ -126,11 +126,10 @@ VLC_PRIVATE_API mediacontrol_RGBPicture *mediacontrol_RGBPicture__alloc( int dat
*/
VLC_PUBLIC_API
void
mediacontrol_RGBPicture__free
(
mediacontrol_RGBPicture
*
pic
);
VLC_PRIVATE_API
mediacontrol_RGBPicture
*
_mediacontrol_createRGBPicture
(
int
,
int
,
long
,
vlc_int64_t
l_date
,
mediacontrol_RGBPicture
*
_mediacontrol_createRGBPicture
(
int
,
int
,
long
,
vlc_int64_t
l_date
,
char
*
,
int
);
VLC_PRIVATE_API
mediacontrol_PlaylistSeq
*
mediacontrol_PlaylistSeq__alloc
(
int
size
);
mediacontrol_PlaylistSeq
*
mediacontrol_PlaylistSeq__alloc
(
int
size
);
VLC_PUBLIC_API
void
mediacontrol_PlaylistSeq__free
(
mediacontrol_PlaylistSeq
*
ps
);
...
...
src/control/mediacontrol_internal.h
View file @
2bfc9042
...
...
@@ -38,11 +38,11 @@ struct mediacontrol_Instance {
playlist_t
*
p_playlist
;
};
VLC_PRIVATE_API
vlc_int64_t
mediacontrol_unit_convert
(
input_thread_t
*
p_input
,
vlc_int64_t
mediacontrol_unit_convert
(
input_thread_t
*
p_input
,
mediacontrol_PositionKey
from
,
mediacontrol_PositionKey
to
,
vlc_int64_t
value
);
VLC_PRIVATE_API
vlc_int64_t
mediacontrol_position2microsecond
(
vlc_int64_t
mediacontrol_position2microsecond
(
input_thread_t
*
p_input
,
const
mediacontrol_Position
*
pos
);
...
...
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