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
2114b4ec
Commit
2114b4ec
authored
Jan 29, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc_media_player.h: Remove trailing whitespaces.
parent
3d090ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+5
-5
No files found.
include/vlc/libvlc_media_player.h
View file @
2114b4ec
...
@@ -56,7 +56,7 @@ typedef struct libvlc_track_description_t
...
@@ -56,7 +56,7 @@ typedef struct libvlc_track_description_t
int
i_id
;
int
i_id
;
char
*
psz_name
;
char
*
psz_name
;
struct
libvlc_track_description_t
*
p_next
;
struct
libvlc_track_description_t
*
p_next
;
}
libvlc_track_description_t
;
}
libvlc_track_description_t
;
/**
/**
...
@@ -68,7 +68,7 @@ typedef struct libvlc_audio_output_t
...
@@ -68,7 +68,7 @@ typedef struct libvlc_audio_output_t
char
*
psz_name
;
char
*
psz_name
;
char
*
psz_description
;
char
*
psz_description
;
struct
libvlc_audio_output_t
*
p_next
;
struct
libvlc_audio_output_t
*
p_next
;
}
libvlc_audio_output_t
;
}
libvlc_audio_output_t
;
/**
/**
...
@@ -204,14 +204,14 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t * );
...
@@ -204,14 +204,14 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t * );
*
*
* The object minimal_macosx expects is of kind NSObject and should
* The object minimal_macosx expects is of kind NSObject and should
* respect the protocol:
* respect the protocol:
*
*
* @protocol VLCOpenGLVideoViewEmbedding <NSObject>
* @protocol VLCOpenGLVideoViewEmbedding <NSObject>
* - (void)addVoutSubview:(NSView *)view;
* - (void)addVoutSubview:(NSView *)view;
* - (void)removeVoutSubview:(NSView *)view;
* - (void)removeVoutSubview:(NSView *)view;
* @end
* @end
*
*
* You can find a live example in VLCVideoView in VLCKit.framework.
* You can find a live example in VLCVideoView in VLCKit.framework.
*
*
* \param p_mi the Media Player
* \param p_mi the Media Player
* \param drawable the NSView handler
* \param drawable the NSView handler
*/
*/
...
@@ -224,7 +224,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
...
@@ -224,7 +224,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
* \return the NSView handler or 0 if none where set
* \return the NSView handler or 0 if none where set
*/
*/
VLC_PUBLIC_API
void
*
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
);
VLC_PUBLIC_API
void
*
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
);
/**
/**
* Set the agl handler where the media player should render its video output.
* Set the agl handler where the media player should render its video output.
*
*
...
...
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