mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
private prototype
Original commit message from CVS: private prototype
This commit is contained in:
parent
5e2fb3d072
commit
618bf91a87
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ G_BEGIN_DECLS
|
||||||
#define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56)
|
#define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56)
|
||||||
#define GST_DP_HEADER_CRC_PAYLOAD(x) GST_DP_GUINT16 (x + 58)
|
#define GST_DP_HEADER_CRC_PAYLOAD(x) GST_DP_GUINT16 (x + 58)
|
||||||
|
|
||||||
|
void gst_dp_init (void);
|
||||||
void gst_dp_dump_byte_array (guint8 *array, guint length);
|
void gst_dp_dump_byte_array (guint8 *array, guint length);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue