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

Unified Diff: media/filters/decoder_stream_traits.cc

Issue 2305683002: DecoderStreamTraits: remove redundant explicit instantiation definitions (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/decoder_stream_traits.cc
diff --git a/media/filters/decoder_stream_traits.cc b/media/filters/decoder_stream_traits.cc
index e59d99f9d66392a12afa4ac54443828ad3dd2be3..deaedddc372ab73126eaf0f7ba183c2a716358e3 100644
--- a/media/filters/decoder_stream_traits.cc
+++ b/media/filters/decoder_stream_traits.cc
@@ -103,7 +103,4 @@ void DecoderStreamTraits<DemuxerStream::AUDIO>::OnDecodeDone(
audio_ts_validator_->RecordOutputDuration(buffer);
}
-template class DecoderStreamTraits<DemuxerStream::VIDEO>;
-template class DecoderStreamTraits<DemuxerStream::AUDIO>;
-
} // namespace media
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698