blob: 0e377c4f0e99e80a42c0e3035016f14e0fbbb9c1 [file] [log] [blame]
Carl-Anton Ingmarssonedcaf362010-05-01 14:58:30 +02001/*
2 * GStreamer
3 * Copyright (C) 2009 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
19 */
20
21#ifndef _GST_VDP_H_
22#define _GST_VDP_H_
23
24void gst_vdp_init(void);
25
Carl-Anton Ingmarsson10ee6772010-05-01 15:00:27 +020026#endif /* _GST_VDP_H_ */