diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/video_out.h b/include/video_out.h index 1f3c10285..8e733bde2 100644 --- a/include/video_out.h +++ b/include/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.5 2001/04/23 00:34:59 guenter Exp $ + * $Id: video_out.h,v 1.6 2001/04/23 22:43:59 f1rmb Exp $ * * * xine version of video_out.h @@ -43,6 +43,8 @@ #include "xine/metronom.h" #endif +#define VIDEO_OUT_PLUGIN_IFACE_VERSION 1 + typedef struct vo_frame_s vo_frame_t; typedef struct vo_driver_s vo_driver_t ; typedef struct vo_instance_s vo_instance_t; |