mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
rgba <-> yuva converter for built-ins
This commit is contained in:
@@ -586,6 +586,7 @@ VJFrame *yuv_rgb_template( uint8_t *rgb_buffer, int w, int h, int fmt )
|
||||
}
|
||||
f->stride[1] = 0;
|
||||
f->stride[2] = 0;
|
||||
f->len = w * h;
|
||||
|
||||
return f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user