diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index e8489f5f6..1cf9bd92d 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -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); |
