Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1111)

Unified Diff: media/filters/ffmpeg_demuxer.cc

Issue 10825108: Remove a bunch of dead fields found by Scythe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/filters/ffmpeg_demuxer.cc
diff --git a/media/filters/ffmpeg_demuxer.cc b/media/filters/ffmpeg_demuxer.cc
index 5912e8308d041ce2465ae08081e7030dd2b45b9b..cb6494a54af8a732ef02eac800163b74982f2b4e 100644
--- a/media/filters/ffmpeg_demuxer.cc
+++ b/media/filters/ffmpeg_demuxer.cc
@@ -35,7 +35,6 @@ FFmpegDemuxerStream::FFmpegDemuxerStream(
: demuxer_(demuxer),
stream_(stream),
type_(UNKNOWN),
- discontinuous_(false),
stopped_(false),
last_packet_timestamp_(kNoTimestamp()) {
DCHECK(demuxer_);

Powered by Google App Engine
This is Rietveld 408576698