diff options
Diffstat (limited to 'third_party/aom/test/webm_video_source.h')
-rw-r--r-- | third_party/aom/test/webm_video_source.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/aom/test/webm_video_source.h b/third_party/aom/test/webm_video_source.h index 286f69cbf..b6c998042 100644 --- a/third_party/aom/test/webm_video_source.h +++ b/third_party/aom/test/webm_video_source.h @@ -41,8 +41,8 @@ class WebMVideoSource : public CompressedVideoSource { virtual void Begin() { aom_ctx_->file = OpenTestDataFile(file_name_); - ASSERT_TRUE(aom_ctx_->file != NULL) << "Input file open failed. Filename: " - << file_name_; + ASSERT_TRUE(aom_ctx_->file != NULL) + << "Input file open failed. Filename: " << file_name_; ASSERT_EQ(file_is_webm(webm_ctx_, aom_ctx_), 1) << "file is not WebM"; |