Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: trunk/src/media/base/video_frame.h

Issue 13972014: Revert 194465 "media: Add support for playback for VP8 Alpha vid..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/media/base/simd/yuv_to_rgb_table.cc ('k') | trunk/src/media/base/video_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/base/video_frame.h
===================================================================
--- trunk/src/media/base/video_frame.h (revision 194468)
+++ trunk/src/media/base/video_frame.h (working copy)
@@ -24,14 +24,13 @@
};
enum {
- kMaxPlanes = 4,
+ kMaxPlanes = 3,
kRGBPlane = 0,
kYPlane = 0,
kUPlane = 1,
kVPlane = 2,
- kAPlane = 3,
};
// Surface formats roughly based on FOURCC labels, see:
@@ -48,7 +47,6 @@
#if defined(GOOGLE_TV)
HOLE = 13, // Hole frame.
#endif
- YV12A = 14, // 20bpp YUVA planar 1x1 Y, 2x2 VU, 1x1 A samples.
};
// Creates a new frame in system memory with given parameters. Buffers for
« no previous file with comments | « trunk/src/media/base/simd/yuv_to_rgb_table.cc ('k') | trunk/src/media/base/video_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698