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

Unified Diff: media/base/android/media_decoder_job.h

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/media_decoder_job.h
diff --git a/media/base/android/media_decoder_job.h b/media/base/android/media_decoder_job.h
index 4facf4873f32794e47dddfdcb1a7719de00e4a30..3313e5e053c393c7427a66652bec5acbaad34eb8 100644
--- a/media/base/android/media_decoder_job.h
+++ b/media/base/android/media_decoder_job.h
@@ -45,7 +45,7 @@ class MediaDecoderJob {
// Callback when a decoder job finishes its work. Args: whether decode
// finished successfully, a flag whether the frame is late for statistics,
// cacurrent presentation time, max presentation time.
- // If the current presentation time is equal to kNoTimestamp(), the decoder
+ // If the current presentation time is equal to kNoTimestamp, the decoder
// job skipped rendering of the decoded output and the callback target should
// ignore the timestamps provided. The late frame flag has no meaning in this
// case.

Powered by Google App Engine
This is Rietveld 408576698