From cee1950bbb44acd215efd2101fb52d9605701969 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Sun, 23 Sep 2012 16:17:41 +0200 Subject: rtp: Packetization of JPEG (RFC 2435) --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') 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); -- cgit v1.2.3