simage  1.8.3
Coin3D texture image library
Loading...
Searching...
No Matches
simage_avi.h
Go to the documentation of this file.
1#ifndef SIMAGE_AVI_H
2#define SIMAGE_AVI_H
3
4/*
5 * Copyright (c) Kongsberg Oil & Gas Technologies
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */
19
20#ifdef HAVE_CONFIG_H
21#include <config.h>
22#endif /* HAVE_CONFIG_H */
23
24#ifndef SIMAGE_AVIENC_SUPPORT
25#error "This file should not be used under the current configuration!"
26#endif /* !SIMAGE_AVIENC_SUPPORT */
27
28#include <simage.h>
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34 int avienc_movie_create(const char * filename, s_movie * movie, s_params * params);
35 int avienc_movie_put(s_movie * movie, s_image * image, s_params * params);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* SIMAGE_AVI_H */
43
Windows specific information.
int avienc_movie_create(const char *filename, s_movie *movie, s_params *params)
int avienc_movie_put(s_movie *movie, s_image *image, s_params *params)
void avienc_movie_close(s_movie *movie)
Definition simage_private.h:34
Definition movie.c:43
Definition params.c:44