From aaaeceaf4f8db842ff771f16fa2fad97efa9f655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 28 Jul 2005 18:42:54 +0000 Subject: [PATCH] gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of Original commit message from CVS: * gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of --- gst/videotestsrc/videotestsrc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/videotestsrc/videotestsrc.h b/gst/videotestsrc/videotestsrc.h index c3395c3b1a..47f0ad93a9 100644 --- a/gst/videotestsrc/videotestsrc.h +++ b/gst/videotestsrc/videotestsrc.h @@ -22,6 +22,7 @@ #include "_stdint.h" + struct vts_color_struct { uint8_t Y, U, V; uint8_t R, G, B;