To submit to Factory. It's needed by frei0r-plugins from GNOME:Apps. OBS-URL: https://build.opensuse.org/request/show/85462 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gavl?expand=0&rev=1
14 lines
359 B
Diff
14 lines
359 B
Diff
Index: gavl/videoframe.c
|
|
===================================================================
|
|
--- gavl/videoframe.c.orig
|
|
+++ gavl/videoframe.c
|
|
@@ -1510,7 +1510,7 @@ void gavl_video_frame_fill(gavl_video_fr
|
|
uint16_t packed_16;
|
|
uint8_t packed_32[4];
|
|
uint16_t packed_64[4];
|
|
- float color_float[2];
|
|
+ float color_float[4];
|
|
|
|
gavl_init_memcpy();
|
|
|