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
8d6ec464
Commit
8d6ec464
authored
Feb 22, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
media: Whitespaces cleanup.
parent
a0c7001b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/control/media.c
src/control/media.c
+6
-6
No files found.
src/control/media.c
View file @
8d6ec464
...
@@ -166,7 +166,7 @@ static void input_item_preparsed_changed( const vlc_event_t *p_event,
...
@@ -166,7 +166,7 @@ static void input_item_preparsed_changed( const vlc_event_t *p_event,
/* Construct the event */
/* Construct the event */
event
.
type
=
libvlc_MediaPreparsedChanged
;
event
.
type
=
libvlc_MediaPreparsedChanged
;
event
.
u
.
media_preparsed_changed
.
new_status
=
event
.
u
.
media_preparsed_changed
.
new_status
=
p_event
->
u
.
input_item_preparsed_changed
.
new_status
;
p_event
->
u
.
input_item_preparsed_changed
.
new_status
;
/* Send the event */
/* Send the event */
...
@@ -622,11 +622,11 @@ libvlc_media_is_preparsed( libvlc_media_t * p_md )
...
@@ -622,11 +622,11 @@ libvlc_media_is_preparsed( libvlc_media_t * p_md )
}
}
/**************************************************************************
/**************************************************************************
* Sets media descriptor's user_data. user_data is specialized data
* Sets media descriptor's user_data. user_data is specialized data
* accessed by the host application, VLC.framework uses it as a pointer to
* accessed by the host application, VLC.framework uses it as a pointer to
* an native object that references a libvlc_media_t pointer
* an native object that references a libvlc_media_t pointer
**************************************************************************/
**************************************************************************/
void
void
libvlc_media_set_user_data
(
libvlc_media_t
*
p_md
,
void
*
p_new_user_data
)
libvlc_media_set_user_data
(
libvlc_media_t
*
p_md
,
void
*
p_new_user_data
)
{
{
assert
(
p_md
);
assert
(
p_md
);
...
@@ -634,8 +634,8 @@ libvlc_media_set_user_data( libvlc_media_t * p_md, void * p_new_user_data )
...
@@ -634,8 +634,8 @@ libvlc_media_set_user_data( libvlc_media_t * p_md, void * p_new_user_data )
}
}
/**************************************************************************
/**************************************************************************
* Get media descriptor's user_data. user_data is specialized data
* Get media descriptor's user_data. user_data is specialized data
* accessed by the host application, VLC.framework uses it as a pointer to
* accessed by the host application, VLC.framework uses it as a pointer to
* an native object that references a libvlc_media_t pointer
* an native object that references a libvlc_media_t pointer
**************************************************************************/
**************************************************************************/
void
*
void
*
...
...
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