[vlc-devel] [PATCH] Cosmetic: a long line comment was devided into two lines.
Heeyoung Song
hysong.dev at gmail.com
Tue Dec 26 13:05:19 CET 2017
---
lib/media_internal.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lib/media_internal.h b/lib/media_internal.h
index 5a67e9f..64b5e17 100644
--- a/lib/media_internal.h
+++ b/lib/media_internal.h
@@ -38,7 +38,10 @@ struct libvlc_media_t
int i_refcount;
libvlc_instance_t *p_libvlc_instance;
libvlc_state_t state;
- VLC_FORWARD_DECLARE_OBJECT(libvlc_media_list_t*) p_subitems; /* A media descriptor can have Sub items. This is the only dependancy we really have on media_list */
+
+ /* A media descriptor can have Sub items.
+ * This is the only dependancy we really have on media_list */
+ VLC_FORWARD_DECLARE_OBJECT(libvlc_media_list_t*) p_subitems;
void *p_user_data;
vlc_cond_t parsed_cond;
--
2.15.1.windows.2
More information about the vlc-devel
mailing list