mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
vtl: remove cruft
This commit is contained in:
parent
6b78532dd5
commit
131b8eac57
1 changed files with 0 additions and 2 deletions
|
|
@ -129,8 +129,6 @@ VideoImageFrame::draw_line ()
|
||||||
void
|
void
|
||||||
VideoImageFrame::fill_frame (const uint8_t r, const uint8_t g, const uint8_t b)
|
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 rowstride = img->stride;
|
||||||
const int clip_height = img->height;
|
const int clip_height = img->height;
|
||||||
const int clip_width = img->width;
|
const int clip_width = img->width;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue