Commit d3d3cfce authored by Francois Cartegnie's avatar Francois Cartegnie

stream_filter: smooth: fix warnings for non bw adapt mode

parent a3382f3b
...@@ -149,8 +149,10 @@ static int sms_Download( stream_t *s, chunk_t *chunk, char *url ) ...@@ -149,8 +149,10 @@ static int sms_Download( stream_t *s, chunk_t *chunk, char *url )
#ifdef DISABLE_BANDWIDTH_ADAPTATION #ifdef DISABLE_BANDWIDTH_ADAPTATION
static unsigned BandwidthAdaptation( stream_t *s, static unsigned BandwidthAdaptation( stream_t *s,
sms_stream_t *sms, uint64_t *bandwidth ) sms_stream_t *sms, uint64_t bandwidth )
{ {
VLC_UNUSED(bandwidth);
VLC_UNUSED(s);
return sms->download_qlvl; return sms->download_qlvl;
} }
#else #else
......
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