]> git.sesse.net Git - vlc/commitdiff
Moved vout_sys_t out of vlc_common.h.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 01:49:37 +0000 (03:49 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 12:58:37 +0000 (14:58 +0200)
include/vlc_common.h
src/video_output/vout_internal.h

index c138d891f0e8af160fae3fa6ab3ebdc3ae9fc582..911f62c7a093c370e0bde35baf6f01ac6868511f 100644 (file)
@@ -247,7 +247,6 @@ typedef struct aout_filter_t aout_filter_t;
 
 /* Video */
 typedef struct vout_thread_t vout_thread_t;
-typedef struct vout_sys_t vout_sys_t;
 
 typedef video_format_t video_frame_format_t;
 typedef struct picture_t picture_t;
index 1aab60aed0d6f0b11593b301392682ca73354a04..4182cd47065c0701dc4a07da6bfb8c0a6a9ba559 100644 (file)
@@ -37,6 +37,9 @@
 /* Number of pictures required to computes the FPS rate */
 #define VOUT_FPS_SAMPLES                20
 
+/* */
+typedef struct vout_sys_t vout_sys_t;
+
 /* */
 struct vout_thread_sys_t
 {