comparison rtp_mpv.h @ 2779:149800f1778e libavformat

Add missing #includes to fix 'make checkheaders'.
author diego
date Sat, 24 Nov 2007 10:08:02 +0000
parents 792383dd085e
children bf39ed8d3d69
comparison
equal deleted inserted replaced
2778:50e2307414ee 2779:149800f1778e
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 #ifndef FFMPEG_RTP_MPV_H 20 #ifndef FFMPEG_RTP_MPV_H
21 #define FFMPEG_RTP_MPV_H 21 #define FFMPEG_RTP_MPV_H
22 22
23 #include "avformat.h"
24
23 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); 25 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
24 26
25 #endif /* FFMPEG_RTP_MPV_H */ 27 #endif /* FFMPEG_RTP_MPV_H */