[vlc-devel] commit: media: Whitespaces cleanup. (Pierre d'Herbemont )
git version control
git at videolan.org
Mon Feb 22 12:02:52 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Feb 22 12:01:32 2010 +0100| [8d6ec4645936ebb01ca1dc8ec163cc33246093d5] | committer: Pierre d'Herbemont
media: Whitespaces cleanup.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d6ec4645936ebb01ca1dc8ec163cc33246093d5
---
src/control/media.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/control/media.c b/src/control/media.c
index ecadeb8..8712961 100644
--- a/src/control/media.c
+++ b/src/control/media.c
@@ -166,7 +166,7 @@ static void input_item_preparsed_changed( const vlc_event_t *p_event,
/* Construct the event */
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;
/* Send the event */
@@ -622,11 +622,11 @@ libvlc_media_is_preparsed( libvlc_media_t * p_md )
}
/**************************************************************************
- * Sets media descriptor's user_data. user_data is specialized data
- * accessed by the host application, VLC.framework uses it as a pointer to
+ * Sets media descriptor's user_data. user_data is specialized data
+ * accessed by the host application, VLC.framework uses it as a pointer to
* 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 )
{
assert( p_md );
@@ -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
- * accessed by the host application, VLC.framework uses it as a pointer to
+ * Get media descriptor's user_data. user_data is specialized data
+ * accessed by the host application, VLC.framework uses it as a pointer to
* an native object that references a libvlc_media_t pointer
**************************************************************************/
void *
More information about the vlc-devel
mailing list