Remove unused variable.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index e8489f5f6cbd1ea9e2fcbbabaf58faa279e51c13..1cf9bd92dc91dfd8bcf0e72aeb3c721b0377ceb9 100644 (file)
@@ -301,7 +301,6 @@ FFmpegDecoder::minimal_run (boost::function<bool (ContentTime, ContentTime, int)
        int frames_read = 0;
        ContentTime last_video = 0;
        ContentTime last_audio = 0;
-       bool flushing = false;
 
        while (!finished (last_video, last_audio, frames_read)) {
                int r = av_read_frame (_format_context, &_packet);