[vlc-commits] realrtsp: untested and unsupported compilation fix

Rémi Denis-Courmont git at videolan.org
Thu Jul 21 21:56:54 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 21 22:56:37 2016 +0300| [ccb329b14679daa8fc9e4caa936c9bbde6cb28f3] | committer: Rémi Denis-Courmont

realrtsp: untested and unsupported compilation fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ccb329b14679daa8fc9e4caa936c9bbde6cb28f3
---

 modules/access/rtsp/access.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/rtsp/access.c b/modules/access/rtsp/access.c
index 7924ed2..7f63a52 100644
--- a/modules/access/rtsp/access.c
+++ b/modules/access/rtsp/access.c
@@ -58,7 +58,7 @@ vlc_module_end ()
 /*****************************************************************************
  * Exported prototypes
  *****************************************************************************/
-static block_t *BlockRead( access_t * );
+static block_t *BlockRead( access_t *, bool * );
 static int     Seek( access_t *, uint64_t );
 static int     Control( access_t *, int, va_list );
 



More information about the vlc-commits mailing list