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:
mikhal@webrtc.org 2012-09-24 20:35:40 +00:00
parent 66ddf72a72
commit 0e6f597eb0

View File

@ -23,7 +23,8 @@ namespace webrtc {
enum PlaneType {
kYPlane = 0,
kUPlane = 1,
kVPlane = 2
kVPlane = 2,
KNumOfPlanes = 3
};
class I420VideoFrame {