blob: 8e0127ea7208a1264efec9f697d827b2d2f0d93d (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- gavl-1.4.0/src/fill_test.c 2012-06-08 14:49:30.000000000 +0300
+++ patched/gavl/fill_test.c 2025-12-04 06:43:13.959268378 +0300
@@ -23,6 +23,7 @@
//#include "colorspace.h" // Common routines
#include <stdio.h>
#include <png.h>
+#include <string.h>
static void
write_png(char * filename, gavl_video_format_t * format, gavl_video_frame_t * frame)
|