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

Unified Diff: media/filters/frame_processor.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/filters/frame_processor.h
diff --git a/media/filters/frame_processor.h b/media/filters/frame_processor.h
index 158b25b7aa0dd6c9cf35f8e609068e1a49da132e..547f17e776fb18e680eb65e468573d84c5618996 100644
--- a/media/filters/frame_processor.h
+++ b/media/filters/frame_processor.h
@@ -165,7 +165,7 @@ class MEDIA_EXPORT FrameProcessor {
DecodeTimestamp coded_frame_group_last_dts_ = kNoDecodeTimestamp();
// Tracks the MSE coded frame processing variable of same name.
- // Initially kNoTimestamp(), meaning "unset".
+ // Initially kNoTimestamp, meaning "unset".
base::TimeDelta group_start_timestamp_;
// Tracks the MSE coded frame processing variable of same name. It stores the

Powered by Google App Engine
This is Rietveld 408576698