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| |