diff stream/stream_rtp.c @ 31427:9494acd724a9

Remove duplicate network_bandwidth extern declarations.
author diego
date Sun, 20 Jun 2010 16:01:17 +0000
parents 0f1b5b68af32
children a93891202051
line wrap: on
line diff
--- a/stream/stream_rtp.c	Sun Jun 20 15:53:45 2010 +0000
+++ b/stream/stream_rtp.c	Sun Jun 20 16:01:17 2010 +0000
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "network.h"
 #include "stream.h"
 #include "url.h"
 #include "udp.h"
@@ -70,7 +71,6 @@
 rtp_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
 {
   URL_t *url;
-  extern int network_bandwidth;
 
   mp_msg (MSGT_OPEN, MSGL_INFO, "STREAM_RTP, URL: %s\n", stream->url);
   stream->streaming_ctrl = streaming_ctrl_new ();