comparison rtp_mpv.c @ 4291:f49e5d92ab26 libavformat

Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
author lucabe
date Tue, 27 Jan 2009 12:23:16 +0000
parents 77e0c7511d41
children 80f21f72d7d6
comparison
equal deleted inserted replaced
4290:571504a844b1 4291:f49e5d92ab26
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include "libavcodec/mpegvideo.h" 23 #include "libavcodec/mpegvideo.h"
24 #include "avformat.h" 24 #include "avformat.h"
25 #include "rtp_internal.h" 25 #include "rtp.h"
26 26
27 /* NOTE: a single frame must be passed with sequence header if 27 /* NOTE: a single frame must be passed with sequence header if
28 needed. XXX: use slices. */ 28 needed. XXX: use slices. */
29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) 29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
30 { 30 {