diff options
Diffstat (limited to 'src/VLCInput.cpp')
-rw-r--r-- | src/VLCInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp index ae7356f..80e85be 100644 --- a/src/VLCInput.cpp +++ b/src/VLCInput.cpp @@ -82,7 +82,7 @@ void handleStream_size_t( { VLCInput* in = (VLCInput*)p_audio_data; - assert(rate == in->getRate()); + assert((ssize_t)rate == in->getRate()); assert(bits_per_sample == 8*bytes_per_float_sample); // This assumes VLC always gives back the full |