diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-23 22:43:59 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-23 22:43:59 +0000 |
commit | dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (patch) | |
tree | 3958aed69403dd80d2d2c35e8296370e97789826 /include/video_out.h | |
parent | 0f2bc0625a00c5596cd84bd58698ab53c34d9cf7 (diff) | |
download | xine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.gz xine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.bz2 |
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
Diffstat (limited to 'include/video_out.h')
-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; |