mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 03:45:56 +01:00
Fix a mingw warning
This commit is contained in:
parent
734d505eb7
commit
4c13e78893
@ -652,7 +652,7 @@ qint64 GstEngine::PruneScope() {
|
|||||||
qint64 pos = current_pipeline_->position();
|
qint64 pos = current_pipeline_->position();
|
||||||
|
|
||||||
GstBuffer *buf = 0;
|
GstBuffer *buf = 0;
|
||||||
quint64 etime;
|
quint64 etime = 0;
|
||||||
|
|
||||||
// free up the buffers that the audio device has advanced past already
|
// free up the buffers that the audio device has advanced past already
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user