summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-09-23 16:17:41 +0200
committerMartin Storsjö <martin@martin.st>2012-09-23 21:58:41 +0300
commitcee1950bbb44acd215efd2101fb52d9605701969 (patch)
treed6562ceda1207d6d8084898c9f53ccecd3bc9d4f /libavformat/rtpenc.h
parent71908f0838126146cbce025dd37787e1b9ca171d (diff)
rtp: Packetization of JPEG (RFC 2435)
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index 6a506c4d4f..5351b4590c 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -87,6 +87,7 @@ void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
+void ff_rtp_send_jpeg(AVFormatContext *s1, const uint8_t *buff, int size);
const uint8_t *ff_h263_find_resync_marker_reverse(const uint8_t *restrict start,
const uint8_t *restrict end);