| Index: webrtc/tools/frame_editing/frame_editing_lib.cc
|
| diff --git a/webrtc/tools/frame_editing/frame_editing_lib.cc b/webrtc/tools/frame_editing/frame_editing_lib.cc
|
| index f68dc1ffe9afa9a77d5b7498562fc135380cb0dc..175a6765bd10f69af2d43fb6b1168599e19f25a3 100644
|
| --- a/webrtc/tools/frame_editing/frame_editing_lib.cc
|
| +++ b/webrtc/tools/frame_editing/frame_editing_lib.cc
|
| @@ -35,7 +35,7 @@ int EditFrames(const std::string& in_path, int width, int height,
|
| }
|
|
|
| // Frame size of I420.
|
| - size_t frame_length = CalcBufferSize(kI420, width, height);
|
| + size_t frame_length = CalcBufferSize(VideoType::kI420, width, height);
|
|
|
| std::unique_ptr<uint8_t[]> temp_buffer(new uint8_t[frame_length]);
|
|
|
|
|