Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <simage_private.h>
#include <simage_avi.h>
#include <avi_encode.h>
Functions | |
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) |
void avienc_movie_close | ( | s_movie * | movie | ) |