diff options
-rw-r--r-- | media/base/video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index 86afeba..c776f5f 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -42,7 +42,7 @@ class MEDIA_EXPORT VideoFrame : public StreamSample { EMPTY, // An empty frame. ASCII, // A frame with ASCII content. For testing only. I420, // 12bpp YVU planar 1x1 Y, 2x2 UV samples. - NATIVE_TEXTURE, // Opaque native texture. Pixel-format agnostic. + NATIVE_TEXTURE, // Native texture. Pixel-format agnostic. }; // Creates a new frame in system memory with given parameters. Buffers for |