X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fqimage%2Fqimage_wrapper.h;h=7e1711ae95edd286dfc873473aa689e1e41af529;hb=e01890ac8e2e8b978ef0906e4a12629a2b94f57f;hp=a8c5e493f5437d1d2e415be257127b6838e7ab3a;hpb=945cf9233a46d7c47d5030c0efad7561e7245954;p=melted diff --git a/src/modules/qimage/qimage_wrapper.h b/src/modules/qimage/qimage_wrapper.h index a8c5e49..7e1711a 100644 --- a/src/modules/qimage/qimage_wrapper.h +++ b/src/modules/qimage/qimage_wrapper.h @@ -38,6 +38,10 @@ struct producer_qimage_s mlt_properties filenames; int count; int image_idx; + uint8_t *current_image; + uint8_t *current_alpha; + int current_width; + int current_height; }; typedef struct producer_qimage_s *producer_qimage;