diff libmpdemux/demuxer.h @ 31483:a295c59e1a48

Move rtsp_port extern declaration to demuxer.h.
author diego
date Thu, 24 Jun 2010 09:23:49 +0000
parents c0d4771c11c7
children a3a50df246f8
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Thu Jun 24 08:15:46 2010 +0000
+++ b/libmpdemux/demuxer.h	Thu Jun 24 09:23:49 2010 +0000
@@ -184,6 +184,7 @@
 extern int user_correct_pts;
 extern char *sub_stream;
 
+extern int rtsp_port;
 extern int rtsp_transport_http;
 extern int rtsp_transport_sctp;
 extern int rtsp_transport_tcp;