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

Unified Diff: media/filters/decoder_stream_traits.h

Issue 1708963002: Ensure ADTS for AAC for MediaCodecAudioDecoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/decoder_stream_traits.h
diff --git a/media/filters/decoder_stream_traits.h b/media/filters/decoder_stream_traits.h
index e098906b840990d16a4d378dbd2ae48ba94729ba..7d5389989b1a99ee879a0f295f42e0c24b4db28b 100644
--- a/media/filters/decoder_stream_traits.h
+++ b/media/filters/decoder_stream_traits.h
@@ -37,7 +37,7 @@ struct DecoderStreamTraits<DemuxerStream::AUDIO> {
CdmContext* cdm_context,
const InitCB& init_cb,
const OutputCB& output_cb);
- static bool NeedsBitstreamConversion(DecoderType* decoder) { return false; }
+ static bool NeedsBitstreamConversion(DecoderType* decoder);
static void ReportStatistics(const StatisticsCB& statistics_cb,
int bytes_decoded);
static scoped_refptr<OutputType> CreateEOSOutput();

Powered by Google App Engine
This is Rietveld 408576698