summaryrefslogtreecommitdiff
path: root/libavformat/rtp_mpv.c
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_mpv.c
parent620b8a2ed7b6e58754fb11a5fefaf8428ff2b555 (diff)
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_mpv.c')
-rw-r--r--libavformat/rtp_mpv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp_mpv.c b/libavformat/rtp_mpv.c
index c6a46c802e..2221dd2489 100644
--- a/libavformat/rtp_mpv.c
+++ b/libavformat/rtp_mpv.c
@@ -22,7 +22,7 @@
#include "libavcodec/mpegvideo.h"
#include "avformat.h"
-#include "rtp_internal.h"
+#include "rtp.h"
/* NOTE: a single frame must be passed with sequence header if
needed. XXX: use slices. */