Index: webrtc/modules/video_coding/codecs/h264/include/h264.h |
diff --git a/webrtc/modules/video_coding/codecs/h264/include/h264.h b/webrtc/modules/video_coding/codecs/h264/include/h264.h |
index 50ca57c1c9d4bf96bebf5c40fcce5dc5c135755c..142db400885b6f5f64c40521d60096f6495c490d 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/include/h264.h |
+++ b/webrtc/modules/video_coding/codecs/h264/include/h264.h |
@@ -27,6 +27,8 @@ |
namespace webrtc { |
+extern const size_t kEncodedImagePaddingH264; |
+ |
class H264Encoder : public VideoEncoder { |
public: |
static H264Encoder* Create(); |