diff rtpenc.h @ 4389:25430a31705d libavformat

Merge rtp_aac.h and rtp_mpv.h in rtpenc.h
author lucabe
date Fri, 06 Feb 2009 15:30:41 +0000
parents 80f21f72d7d6
children 3c0d674bd232
line wrap: on
line diff
--- a/rtpenc.h	Fri Feb 06 10:35:52 2009 +0000
+++ b/rtpenc.h	Fri Feb 06 15:30:41 2009 +0000
@@ -57,5 +57,7 @@
 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 */