diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-10-25 09:59:58 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-10-25 09:59:58 +0100 |
commit | faf5c3464ae75b6a0c14e1a1a5cae3faf2f199c4 (patch) | |
tree | 6138db4bd0917d1c58705c2764928a0d2837ec1e /modules/avcodec/avcodec.h | |
parent | 5bb9295dee5bf2a17ec880d41d79167a0f3dd6b5 (diff) |
move H.264 packetization code from avcodec to core
Diffstat (limited to 'modules/avcodec/avcodec.h')
-rw-r--r-- | modules/avcodec/avcodec.h | 6 |
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); |