summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r--media/base/video_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h
index 88c11dd..33d3779 100644
--- a/media/base/video_frame.h
+++ b/media/base/video_frame.h
@@ -83,6 +83,7 @@ class VideoFrame : public StreamSample {
scoped_refptr<VideoFrame>* frame_out);
// Creates a new frame with GL textures.
+ // TODO(hclam): Remove timestamp and duration.
static void CreateFrameGlTexture(Format format,
size_t width,
size_t height,
@@ -92,6 +93,7 @@ class VideoFrame : public StreamSample {
scoped_refptr<VideoFrame>* frame_out);
// Creates a new frame with D3d textures.
+ // TODO(hclam): Remove timestamp and duration.
static void CreateFrameD3dTexture(Format format,
size_t width,
size_t height,