summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/video_image_frame.cc')
-rw-r--r--gtk2_ardour/video_image_frame.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc
index 9235e0d13b..7164f84551 100644
--- a/gtk2_ardour/video_image_frame.cc
+++ b/gtk2_ardour/video_image_frame.cc
@@ -88,7 +88,7 @@ VideoImageFrame::reposition ()
void
VideoImageFrame::exposeimg () {
- ImgChanged(); /* EMIT SIGNAL */
+ //ImgChanged(); /* EMIT SIGNAL */
}
void
@@ -129,8 +129,6 @@ VideoImageFrame::draw_line ()
void
VideoImageFrame::fill_frame (const uint8_t r, const uint8_t g, const uint8_t b)
{
- memset((void*) img->data.get(), 0, img->stride * img->height); /// fill
-
const int rowstride = img->stride;
const int clip_height = img->height;
const int clip_width = img->width;