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

Unified Diff: webrtc/modules/video_coding/test/video_source.h

Issue 1417283007: modules/video_coding refactorings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix the other copy of the mock include header Created 5 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
« no previous file with comments | « webrtc/modules/video_coding/test/video_rtp_play.cc ('k') | webrtc/modules/video_coding/timestamp_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/test/video_source.h
diff --git a/webrtc/modules/video_coding/main/test/video_source.h b/webrtc/modules/video_coding/test/video_source.h
similarity index 98%
rename from webrtc/modules/video_coding/main/test/video_source.h
rename to webrtc/modules/video_coding/test/video_source.h
index 05deb4a39b0915917a841d7559f99e53142f7055..6b878e55d20ce26dbbe49650cbd0742c8d8fc04b 100644
--- a/webrtc/modules/video_coding/main/test/video_source.h
+++ b/webrtc/modules/video_coding/test/video_source.h
@@ -34,7 +34,7 @@ enum VideoSize
kW432p, // 768*432 = 331 776
k4SIF, // 704*480 = 337 920
kW448p, // 768*448 = 344 064
- kNTSC, // 720*480 = 345 600
+ kNTSC, // 720*480 = 345 600
kFW448p, // 800*448 = 358 400
kWVGA, // 800*480 = 384 000
k4CIF, // 704*576 = 405 504
« no previous file with comments | « webrtc/modules/video_coding/test/video_rtp_play.cc ('k') | webrtc/modules/video_coding/timestamp_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698