diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:06:00 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:06:00 +0000 |
commit | 567dae2f920dbc1bdaf6d9defda0253b833f305b (patch) | |
tree | cc4e1b99eb5050d908d1703d07e93e302ed9f22c /media/base/video_frame.h | |
parent | e9f4968f7ba8d56a36894c48287e51bed6e95f4a (diff) | |
download | chromium_src-567dae2f920dbc1bdaf6d9defda0253b833f305b.zip chromium_src-567dae2f920dbc1bdaf6d9defda0253b833f305b.tar.gz chromium_src-567dae2f920dbc1bdaf6d9defda0253b833f305b.tar.bz2 |
Chromoting unit test: Adding DecoderVerbatimTest
Adding a test case to DecodeVerbatimTest.
TEST=remoting_unittests
Review URL: http://codereview.chromium.org/2849006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49839 0039d316-1c4b-4281-b951-d872f2087c98
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 d4f3b94..10e85b2 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -34,6 +34,7 @@ class VideoFrame : public StreamSample { YV12, // 12bpp YVU planar 1x1 Y, 2x2 VU samples YV16, // 16bpp YVU planar 1x1 Y, 2x1 VU samples EMPTY, // An empty frame. + ASCII, // A frame with ASCII content. For testing only. }; enum BufferType { |