pkasting@chromium.org
2014-11-20 22:28:14 +00:00
parent edc6e57a92
commit 4591fbd09f
341 changed files with 2610 additions and 2613 deletions

View File

@ -18,8 +18,6 @@
namespace webrtc {
enum { kI420HeaderSize = 4 };
class I420Encoder : public VideoEncoder {
public:
I420Encoder();
@ -38,7 +36,7 @@ class I420Encoder : public VideoEncoder {
// <0 - Error
virtual int InitEncode(const VideoCodec* codecSettings,
int /*numberOfCores*/,
uint32_t /*maxPayloadSize*/) OVERRIDE;
size_t /*maxPayloadSize*/) OVERRIDE;
// "Encode" an I420 image (as a part of a video stream). The encoded image
// will be returned to the user via the encode complete callback.