summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-28 17:28:25 +0100
committerCarl Hetherington <cth@carlh.net>2020-10-28 17:28:25 +0100
commit3132ed753a9e11d0f478d30620d14d7a6c478820 (patch)
tree264282ceed8e8a55843b9930c1a6d08d145ec384 /src
parent2e0efe3d4dda056e44d3cfdebe88fe436e47a9f5 (diff)
More benchmarks.
Diffstat (limited to 'src')
-rw-r--r--src/lib/player_video.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player_video.cc b/src/lib/player_video.cc
index 10e798ed5..ee3fa6e8f 100644
--- a/src/lib/player_video.cc
+++ b/src/lib/player_video.cc
@@ -170,6 +170,7 @@ PlayerVideo::make_image (function<AVPixelFormat (AVPixelFormat)> pixel_format, b
yuv_to_rgb = _colour_conversion.get().yuv_to_rgb();
}
+ std::cout << "from " << prox.image->pixel_format() << "\n";
_image = prox.image->crop_scale_window (
total_crop, _inter_size, _out_size, yuv_to_rgb, _video_range, pixel_format (prox.image->pixel_format()), aligned, fast
);