Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
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
31 extern "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);
36  void avienc_movie_close(s_movie * movie);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* SIMAGE_AVI_H */
43 
char * filename
Definition: stream.c:38
int avienc_movie_create(const char *filename, s_movie *movie, s_params *params)
Definition: simage_avi.c:28
Definition: simage_private.h:34
void avienc_movie_close(s_movie *movie)
Definition: simage_avi.c:133
Windows specific information.
Definition: params.c:44
Definition: movie.c:43
int avienc_movie_put(s_movie *movie, s_image *image, s_params *params)
Definition: simage_avi.c:94
s_params * params
Definition: stream.c:48