aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtp_h264.h
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2009-01-27 12:23:16 +0000
committerLuca Abeni <lucabe72@email.it>2009-01-27 12:23:16 +0000
commit20631a9c1565346c7a87d0b7a4669c1f30c92c7c (patch)
treeb68507c79f48c21ba4d408bbdca98f7c70b78cf8 /libavformat/rtp_h264.h
parent620b8a2ed7b6e58754fb11a5fefaf8428ff2b555 (diff)
downloadffmpeg-20631a9c1565346c7a87d0b7a4669c1f30c92c7c.tar.gz
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp_h264.h')
-rw-r--r--libavformat/rtp_h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h
index 79e08f02ee..94eac47aea 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_internal.h"
+#include "rtp.h"
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);