Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

This commit is contained in:
Paul Davis
2013-04-16 21:23:55 -04:00
2 changed files with 2 additions and 4 deletions

View File

@@ -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;

View File

@@ -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 ();