37#define IMAGE_FORMATS 4
39#include <libavutil/avassert.h>
40#include <libavcodec/avcodec.h>
41#include <libavutil/avutil.h>
42#if LIBAVCODEC_VERSION_MAJOR > 54
43#include <libavutil/imgutils.h>
44#include <libavutil/timestamp.h>
46#include <libavformat/avformat.h>
47#include <libavutil/opt.h>
48#include <libswscale/swscale.h>
ColRGBA * render_image_grad_color[2]
ColRGBA * render_image_box_color
ColRGBA * render_image_back_color
int * render_image_pixels
int render_image_back_grad
gboolean trigger_fragment_analysis
float render_image_back_pos
int render_image_back_dir
gchar * render_image_output
gboolean trigger_molecule_analysis
void render_image(glwin *view, video_options *iopts)
render an image from the OpenGL window - prepare the dialog
void save_movie(glwin *view, video_options *vopts)
saving a movie - prepare the dialog
struct SwsContext * sws_ctx