X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2Fproducer_pixbuf.h;h=7bdea73cf2cb89d30f86eceb0e03de3c45db68bd;hb=e973d28428618415b70bbca791159593930adaee;hp=c7f76ef31f597284e80dc15d9a7bf8ac6fefd6b7;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/src/modules/gtk2/producer_pixbuf.h b/src/modules/gtk2/producer_pixbuf.h index c7f76ef..7bdea73 100644 --- a/src/modules/gtk2/producer_pixbuf.h +++ b/src/modules/gtk2/producer_pixbuf.h @@ -23,19 +23,6 @@ #include -typedef struct producer_pixbuf_s *producer_pixbuf; - -struct producer_pixbuf_s -{ - struct mlt_producer_s parent; - char *filename; - int counter; - int width; - int height; - uint8_t *image; - uint8_t *alpha; -}; - -extern mlt_producer producer_pixbuf_init( const char *filename ); +extern mlt_producer producer_pixbuf_init( char *filename ); #endif