Adding NumOfPlanes to PlaneTypes.
Review URL: https://webrtc-codereview.appspot.com/837004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2819 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
66ddf72a72
commit
0e6f597eb0
@ -23,7 +23,8 @@ namespace webrtc {
|
||||
enum PlaneType {
|
||||
kYPlane = 0,
|
||||
kUPlane = 1,
|
||||
kVPlane = 2
|
||||
kVPlane = 2,
|
||||
KNumOfPlanes = 3
|
||||
};
|
||||
|
||||
class I420VideoFrame {
|
||||
|
Loading…
Reference in New Issue
Block a user