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

Unified Diff: media/formats/mp2t/es_adapter_video.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/formats/mp2t/es_adapter_video.h
diff --git a/media/formats/mp2t/es_adapter_video.h b/media/formats/mp2t/es_adapter_video.h
index 6db25263a0fb4cc571a0f4c3d3e29e6b3b5cd1a1..e9ae4cedf5eefe303489081c1b759fb567de6c7b 100644
--- a/media/formats/mp2t/es_adapter_video.h
+++ b/media/formats/mp2t/es_adapter_video.h
@@ -62,7 +62,7 @@ class MEDIA_EXPORT EsAdapterVideo {
void ProcessPendingBuffers(bool flush);
// Return the PTS of the frame that comes just after |current_pts| in
- // presentation order. Return kNoTimestamp() if not found.
+ // presentation order. Return kNoTimestamp if not found.
base::TimeDelta GetNextFramePts(base::TimeDelta current_pts);
// Replace the leading non key frames by |stream_parser_buffer|

Powered by Google App Engine
This is Rietveld 408576698