summaryrefslogtreecommitdiff
path: root/modules/gst_video1/gst_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gst_video1/gst_video.h')
-rw-r--r--modules/gst_video1/gst_video.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/gst_video1/gst_video.h b/modules/gst_video1/gst_video.h
index 6f74151..150f5be 100644
--- a/modules/gst_video1/gst_video.h
+++ b/modules/gst_video1/gst_video.h
@@ -22,11 +22,3 @@ uint32_t gst_video1_h264_packetization_mode(const char *fmtp);
int gst_video1_fmtp_enc(struct mbuf *mb, const struct sdp_format *fmt,
bool offer, void *arg);
bool gst_video1_fmtp_cmp(const char *fmtp1, const char *fmtp2, void *data);
-
-
-/* H.264 */
-extern const uint8_t gst_video_h264_level_idc;
-
-int gst_video_h264_packetize(const uint8_t *buf, size_t len,
- size_t pktsize,
- videnc_packet_h *pkth, void *arg);