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

Unified Diff: media/base/android/audio_decoder_job.cc

Issue 2158923004: Convert media constants to constexpr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/base/android/audio_decoder_job.cc
diff --git a/media/base/android/audio_decoder_job.cc b/media/base/android/audio_decoder_job.cc
index 5b892144ed32f122f49941f8892bbeada7108ca0..287b0f1500eb8664079120302fc120a675468a6d 100644
--- a/media/base/android/audio_decoder_job.cc
+++ b/media/base/android/audio_decoder_job.cc
@@ -108,7 +108,7 @@ void AudioDecoderJob::ReleaseOutputBuffer(
bool is_audio_underrun = false;
// Ignore input value.
- current_presentation_timestamp = kNoTimestamp();
+ current_presentation_timestamp = kNoTimestamp;
if (render_output) {
int64_t head_position;

Powered by Google App Engine
This is Rietveld 408576698