| Index: webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| diff --git a/webrtc/tools/frame_analyzer/video_quality_analysis.cc b/webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| index f5608c8343c8e3152d0d2a62bb6d183fce399b47..5c707bb6e3df1cd95b6479654c7c189e33b815a8 100644
|
| --- a/webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| +++ b/webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| @@ -26,6 +26,9 @@ namespace test {
|
|
|
| using std::string;
|
|
|
| +ResultsContainer::ResultsContainer() {}
|
| +ResultsContainer::~ResultsContainer() {}
|
| +
|
| int GetI420FrameSize(int width, int height) {
|
| int half_width = (width + 1) >> 1;
|
| int half_height = (height + 1) >> 1;
|
|
|