Imported Debian version 1.0~trusty
[deb_vid.stab.git] / src / libvidstab.h
CommitLineData
80f575fc
DM
1/*
2 * libvidstab.h
3 *
4 * Created on: Feb 21, 2011
5 * Copyright (C) Georg Martius - June 2007
6 *
7 * This file is part of transcode, a video stream processing tool
8 *
9 * transcode is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2, or (at your option)
12 * any later version.
13 *
14 * transcode is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with GNU Make; see the file COPYING. If not, write to
21 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 *
23 */
24
25#ifndef LIBVIDSTAB_H
26#define LIBVIDSTAB_H
27
28#define LIBVIDSTAB_VERSION "v1.0 (2014-01-04)"
29
30#include "frameinfo.h"
31#include "motiondetect.h"
32#include "transform.h"
33#include "vsvector.h"
34#include "serialize.h"
35#include "localmotion2transform.h"
36
37#endif /* LIBVIDSTAB_H_ */
38
39/*
40 * Local variables:
41 * c-file-style: "stroustrup"
42 * c-file-offsets: ((case-label . *) (statement-case-intro . *))
43 * indent-tabs-mode: nil
44 * c-basic-offset: 2 t
45 * End:
46 *
47 * vim: expandtab shiftwidth=2:
48 */