From dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 23 Apr 2001 22:43:59 +0000 Subject: Fixed libmpeg2 plugin decoder name (i think) + debug build cflags. Add get_id in video_decoder_t struct type. Harmonize plugin array names in xine_t struct type (video_decoders and audio_decoders names). More works in load_plugins.c (not finished, really not). CVS patchset: 18 CVS date: 2001/04/23 22:43:59 --- include/video_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/video_out.h') 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; -- cgit v1.2.3