Example #1
0
/**
 * \brief cleans up after the program
 */
static void
cleanup ()
{
    Job *job = xvc_job_ptr ();

    if (job)
        xvc_job_free ();

    xvc_frame_drop_capture_display ();

    if (app)
        xvc_appdata_free (app);
#ifdef USE_FFMPEG
    av_free_static ();
#endif
}
Example #2
0
		void AVIRenderer::__shutdown()
		{
			av_free_static();
		}