[FFmpeg-cvslog] r9413 - trunk/libavformat/rtpproto.c

mru subversion
Sun Jun 24 14:29:12 CEST 2007


Author: mru
Date: Sun Jun 24 14:29:12 2007
New Revision: 9413

Log:
remove duplicate #include


Modified:
   trunk/libavformat/rtpproto.c

Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c	(original)
+++ trunk/libavformat/rtpproto.c	Sun Jun 24 14:29:12 2007
@@ -25,7 +25,6 @@
 #include <stdarg.h>
 #include "network.h"
 #include <fcntl.h>
-#include "avstring.h"
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)
 #define RTP_RX_BUF_SIZE  (128 * 1024)




More information about the ffmpeg-cvslog mailing list