summaryrefslogtreecommitdiff
path: root/modules/avcodec/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/avcodec/avcodec.h')
-rw-r--r--modules/avcodec/avcodec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/avcodec/avcodec.h b/modules/avcodec/avcodec.h
index 890df5f..f3f0398 100644
--- a/modules/avcodec/avcodec.h
+++ b/modules/avcodec/avcodec.h
@@ -55,13 +55,7 @@ int decode_h263_test(struct viddec_state *st, struct vidframe *frame,
int decode_sdpparam_h264(struct videnc_state *st, const struct pl *name,
const struct pl *val);
-int h264_packetize(struct mbuf *mb, size_t pktsize,
- videnc_packet_h *pkth, void *arg);
int h264_decode(struct viddec_state *st, struct mbuf *src);
-int h264_nal_send(bool first, bool last,
- bool marker, uint32_t ihdr, const uint8_t *buf,
- size_t size, size_t maxsz,
- videnc_packet_h *pkth, void *arg);
int avcodec_resolve_codecid(const char *s);