Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user