Use a struct rather than a std::pair as the return type from ImageProxy::image.
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Apr 2020 19:38:26 +0000 (21:38 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Apr 2020 19:38:26 +0000 (21:38 +0200)
commit3b31d2d8a129ae6d8d267427bd6b5bc444b40b2a
tree780947aefb2249a2614bf9e3d894b5256f015967
parentb029cb06c4e0fca1fad9fecd78939efe5532fa9a
Use a struct rather than a std::pair as the return type from ImageProxy::image.
src/lib/ffmpeg_image_proxy.cc
src/lib/ffmpeg_image_proxy.h
src/lib/image_examiner.cc
src/lib/image_proxy.h
src/lib/j2k_image_proxy.cc
src/lib/j2k_image_proxy.h
src/lib/player_video.cc
src/lib/raw_image_proxy.cc
src/lib/raw_image_proxy.h
src/lib/util.cc
test/image_test.cc