[FFmpeg-cvslog] r22107 - trunk/libavformat/rtpproto.c
cehoyos
subversion
Sun Feb 28 04:59:16 CET 2010
Author: cehoyos
Date: Sun Feb 28 04:59:15 2010
New Revision: 22107
Log:
Include rtpdec.h, it contains prototypes for the following functions:
rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles()
Modified:
trunk/libavformat/rtpproto.c
Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c Sun Feb 28 04:52:10 2010 (r22106)
+++ trunk/libavformat/rtpproto.c Sun Feb 28 04:59:15 2010 (r22107)
@@ -26,6 +26,7 @@
#include "libavutil/avstring.h"
#include "avformat.h"
+#include "rtpdec.h"
#include <unistd.h>
#include <stdarg.h>
More information about the ffmpeg-cvslog
mailing list