summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-19 19:21:31 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-19 19:21:31 +0000
commit8cd68046c5e71ceaed90847aee2ca00c0ccf2e39 (patch)
tree5655ab137a79fdde86d61964a9d0125dc1a5a279 /src/lib/ffmpeg_decoder.cc
parentc94f29d333e1b81aabbc396920250844460d46f6 (diff)
Remove unused variable.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc1
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);