summaryrefslogtreecommitdiff
path: root/src/tools/server_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/server_test.cc')
-rw-r--r--src/tools/server_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/server_test.cc b/src/tools/server_test.cc
index e3375b988..8e4496799 100644
--- a/src/tools/server_test.cc
+++ b/src/tools/server_test.cc
@@ -55,8 +55,8 @@ static int frame_count = 0;
void
process_video (shared_ptr<PlayerVideo> pvf)
{
- shared_ptr<DCPVideo> local (new DCPVideo (pvf, frame_count, film->video_frame_rate(), 250000000, RESOLUTION_2K));
- shared_ptr<DCPVideo> remote (new DCPVideo (pvf, frame_count, film->video_frame_rate(), 250000000, RESOLUTION_2K));
+ shared_ptr<DCPVideo> local (new DCPVideo (pvf, frame_count, film->video_frame_rate(), 250000000, Resolution::TWO_K));
+ shared_ptr<DCPVideo> remote (new DCPVideo (pvf, frame_count, film->video_frame_rate(), 250000000, Resolution::TWO_K));
cout << "Frame " << frame_count << ": ";
cout.flush ();