X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fqimage%2Fqimage_wrapper.h;h=21368694ff0d532b136f7bb92cb8ccdbc8d3aac2;hb=8491eda0036ad9de4255eff05468f93c3cebd95b;hp=0f2214d2a91f79a2ceefcfeb8bd1b541459dcefe;hpb=6ea63dd55257ba97df916aedc00711fcbb2f7906;p=melted diff --git a/src/modules/qimage/qimage_wrapper.h b/src/modules/qimage/qimage_wrapper.h index 0f2214d..2136869 100644 --- a/src/modules/qimage/qimage_wrapper.h +++ b/src/modules/qimage/qimage_wrapper.h @@ -1,6 +1,6 @@ /* * qimage_wrapper.h -- a QT/QImage based producer for MLT - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited + * Copyright (C) 2006 Visual Media * Author: Charles Yates * * NB: This module is designed to be functionally equivalent to the @@ -41,6 +41,7 @@ struct producer_qimage_s typedef struct producer_qimage_s *producer_qimage; extern void refresh_qimage( mlt_frame, int width, int height ); +extern void init_qimage(); #ifdef __cplusplus }