Chromium Code Reviews| Index: talk/app/webrtc/objc/public/RTCI420Frame.h |
| diff --git a/talk/app/webrtc/objc/public/RTCI420Frame.h b/talk/app/webrtc/objc/public/RTCI420Frame.h |
| index 890d4aa6291b901f4398171d2833d3338a93a224..1d145ee72a3fbf9e763e819b144ca284cd56b899 100644 |
| --- a/talk/app/webrtc/objc/public/RTCI420Frame.h |
| +++ b/talk/app/webrtc/objc/public/RTCI420Frame.h |
| @@ -28,6 +28,8 @@ |
| #import <Foundation/Foundation.h> |
| // RTCI420Frame is an ObjectiveC version of cricket::VideoFrame. |
| +// TODO(nisse): It appears it doesn't support any VideoFrame methods, |
|
magjed_webrtc
2016/04/19 11:50:52
Can you do this directly in this CL if the change
|
| +// so let it wrap an webrtc::VideoFrameBuffer instead? |
| @interface RTCI420Frame : NSObject |
| @property(nonatomic, readonly) NSUInteger width; |