Fix a mingw warning

This commit is contained in:
David Sansome 2010-05-27 20:30:15 +00:00
parent 734d505eb7
commit 4c13e78893
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ qint64 GstEngine::PruneScope() {
qint64 pos = current_pipeline_->position();
GstBuffer *buf = 0;
quint64 etime;
quint64 etime = 0;
// free up the buffers that the audio device has advanced past already
do {