From 131b8eac571be973ea3f30f8fa30b9e080eb46f4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Apr 2013 03:10:51 +0200 Subject: vtl: remove cruft --- gtk2_ardour/video_image_frame.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/video_image_frame.cc') diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index 9235e0d13b..aac9f2afae 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -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; -- cgit v1.2.3 From 930fce869604dc2ebd03a1510924c7ab3cda8792 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Apr 2013 03:21:39 +0200 Subject: vtl: s/[audio]frame/sample/ --- gtk2_ardour/video_image_frame.cc | 2 +- gtk2_ardour/video_image_frame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/video_image_frame.cc') diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index aac9f2afae..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 diff --git a/gtk2_ardour/video_image_frame.h b/gtk2_ardour/video_image_frame.h index 638dd7f0b0..1fe543dce5 100644 --- a/gtk2_ardour/video_image_frame.h +++ b/gtk2_ardour/video_image_frame.h @@ -81,7 +81,7 @@ class VideoImageFrame : public sigc::trackable std::string video_filename; double unit_position; - framepos_t frame_position; + framepos_t sample_position; framepos_t video_frame_number; void reposition (); -- cgit v1.2.3