Commit c23421c5 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/demux/live555.cpp: uint -> uint32_t compile fix

parent 6a39fbbf
......@@ -804,7 +804,7 @@ describe:
if( p_sdp == NULL )
{
/* failure occurred */
uint i_code = 0;
uint32_t i_code = 0;
const char *psz_error = p_sys->env->getResultMsg();
if( var_GetBool( p_demux, "rtsp-http" ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment