Commit 9754c0ac authored by Laurent Aimar's avatar Laurent Aimar

Moved vout_sys_t out of vlc_common.h.

parent a94151f1
...@@ -247,7 +247,6 @@ typedef struct aout_filter_t aout_filter_t; ...@@ -247,7 +247,6 @@ typedef struct aout_filter_t aout_filter_t;
/* Video */ /* Video */
typedef struct vout_thread_t vout_thread_t; 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 video_format_t video_frame_format_t;
typedef struct picture_t picture_t; typedef struct picture_t picture_t;
......
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
/* Number of pictures required to computes the FPS rate */ /* Number of pictures required to computes the FPS rate */
#define VOUT_FPS_SAMPLES 20 #define VOUT_FPS_SAMPLES 20
/* */
typedef struct vout_sys_t vout_sys_t;
/* */ /* */
struct vout_thread_sys_t struct vout_thread_sys_t
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment