]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/rtsp.h
Release the display mode when we are done with it.
[vlc] / modules / access / rtsp / rtsp.h
index d58b69767a89c5c94800c453a23dde983c022d78..fc73642ca2d3f9939ef1e233aa00b8ac64ac46d1 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  *
- * $Id: rtsp.h,v 1.4 2003/12/09 00:02:31 f1rmb Exp $
+ * $Id$
  *
  * a minimalistic implementation of rtsp protocol,
  * *not* RFC 2326 compilant yet.
@@ -58,7 +58,7 @@ int rtsp_request_tearoff( rtsp_client_t *, const char *what );
 
 int rtsp_send_ok( rtsp_client_t * );
 
-int rtsp_read_data( rtsp_client_t *, char *buffer, unsigned int size );
+int rtsp_read_data( rtsp_client_t *, uint8_t *buffer, unsigned int size );
 
 char* rtsp_search_answers( rtsp_client_t *, const char *tag );
 void rtsp_free_answers( rtsp_client_t * );