Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: webrtc/tools/BUILD.gn

Issue 2529923002: Bug in ExtractFrame API (extracts frames incorrectly) (Closed)
Patch Set: Add missing fclose. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index ace0b51c5a7783f80dd7383764ddad9f712b5045..565a0a2d6651cde7d8216ac7a6dcfabb628b0538 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -234,7 +234,11 @@ if (rtc_include_tests) {
]
}
- tools_unittests_resources = [ "//resources/foreman_cif.yuv" ]
+ tools_unittests_resources = [
+ "//resources/foreman_cif.yuv",
+ "//resources/reference_less_video_test_file.y4m",
+ "//resources/video_quality_analysis_frame.txt",
+ ]
if (is_ios) {
bundle_data("tools_unittests_bundle_data") {
« no previous file with comments | « resources/video_quality_analysis_frame.txt.sha1 ('k') | webrtc/tools/frame_analyzer/video_quality_analysis.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698