xine-lib  1.2.9
group_video.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2000-2016 the xine project
3  *
4  * This file is part of xine, a free video player.
5  *
6  * xine is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * xine is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
19  */
20 
21 #ifndef HAVE_GROUP_VIDEO_H
22 #define HAVE_GROUP_VIDEO_H
23 
24 #include <xine/xine_internal.h>
25 
26 void *demux_avi_init_class (xine_t *xine, void *data);
27 void *demux_elem_init_class (xine_t *xine, void *data);
28 void *demux_flv_init_class (xine_t *xine, void *data);
29 void *demux_iff_init_class (xine_t *xine, void *data);
30 void *demux_matroska_init_class (xine_t *xine, void *data);
31 void *demux_mpeg_init_class (xine_t *xine, void *data);
32 void *demux_pes_init_class (xine_t *xine, void *data);
33 void *demux_mpeg_block_init_class (xine_t *xine, void *data);
34 void *demux_qt_init_class (xine_t *xine, void *data);
35 void *demux_rawdv_init_class (xine_t *xine, void *data);
36 void *demux_real_init_class (xine_t *xine, void *data);
37 void *demux_ts_init_class (xine_t *xine, void *data);
38 void *demux_vc1es_init_class (xine_t *xine, void *data);
39 void *demux_yuv_frames_init_class (xine_t *xine, void *data);
40 void *demux_yuv4mpeg2_init_class (xine_t *xine, void *data);
41 
42 #endif
43 
void * demux_matroska_init_class(xine_t *xine, void *data)
Definition: demux_matroska.c:3311
void * demux_yuv_frames_init_class(xine_t *xine, void *data)
Definition: demux_yuv_frames.c:229
void * demux_mpeg_block_init_class(xine_t *xine, void *data)
Definition: demux_mpeg_block.c:1456
void * demux_elem_init_class(xine_t *xine, void *data)
Definition: demux_elem.c:251
void * demux_qt_init_class(xine_t *xine, void *data)
Definition: demux_qt.c:3602
void * demux_pes_init_class(xine_t *xine, void *data)
Definition: demux_mpeg_pes.c:1751
void * demux_real_init_class(xine_t *xine, void *data)
Definition: demux_real.c:1769
void * demux_vc1es_init_class(xine_t *xine, void *data)
Definition: demux_vc1es.c:378
void * demux_iff_init_class(xine_t *xine, void *data)
Definition: demux_iff.c:1220
void * demux_avi_init_class(xine_t *xine, void *data)
Definition: demux_avi.c:2340
void * demux_mpeg_init_class(xine_t *xine, void *data)
Definition: demux_mpeg.c:1228
Definition: xine_internal.h:81
void * demux_ts_init_class(xine_t *xine, void *data)
Definition: demux_ts.c:2760
void * demux_rawdv_init_class(xine_t *xine, void *data)
Definition: demux_rawdv.c:399
void * demux_flv_init_class(xine_t *xine, void *data)
Definition: demux_flv.c:1143
void * demux_yuv4mpeg2_init_class(xine_t *xine, void *data)
Definition: demux_yuv4mpeg2.c:439