From 302879cb36fe59e7341690d91e0e656b02ba07a1 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 6 Feb 2009 10:35:52 +0000 Subject: Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp_h264.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtp_h264.h') diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h index 94eac47aea..31fd40ba66 100644 --- a/libavformat/rtp_h264.h +++ b/libavformat/rtp_h264.h @@ -22,7 +22,7 @@ #ifndef AVFORMAT_RTP_H264_H #define AVFORMAT_RTP_H264_H -#include "rtp.h" +#include "rtpdec.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); -- cgit v1.2.3