mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>
Original commit message from CVS: * gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>
This commit is contained in:
parent
d9c8b9915c
commit
aaaeceaf4f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include "_stdint.h"
|
#include "_stdint.h"
|
||||||
|
|
||||||
|
|
||||||
struct vts_color_struct {
|
struct vts_color_struct {
|
||||||
uint8_t Y, U, V;
|
uint8_t Y, U, V;
|
||||||
uint8_t R, G, B;
|
uint8_t R, G, B;
|
||||||
|
|
Loading…
Reference in a new issue