From 17a5894a23147e328ca3268bf00b068a9ee2c826 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 6 Feb 2009 15:30:41 +0000 Subject: Merge rtp_aac.h and rtp_mpv.h in rtpenc.h Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpenc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index d3d029fb93..c38180cbd5 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -57,5 +57,7 @@ typedef struct RTPMuxContext RTPMuxContext; void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m); void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); +void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); +void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); #endif /* AVFORMAT_RTPENC_H */ -- cgit v1.2.3