diff options
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r-- | media/base/video_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index 42b627a..55d4cd5 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -48,6 +48,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { // Call prior to CreateFrame to ensure validity of frame configuration. Called // automatically by VideoDecoderConfig::IsValidConfig(). + // TODO(scherkus): VideoDecoderConfig shouldn't call this method static bool IsValidConfig( Format format, size_t width, |