Remove approximate size stuff where playback viewer would round
authorCarl Hetherington <cth@carlh.net>
Sat, 2 May 2015 19:20:32 +0000 (20:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 May 2015 19:20:32 +0000 (20:20 +0100)
commitae15eeca8588c6928d7671894db98c2e289fa601
treed284aff5b975d57c3a69926634f2259a8828583e
parenta38095fc533b2620e375695024beca5f5540b10d
Remove approximate size stuff where playback viewer would round
down to nearest 4 pixels to try and speed up scaling.  It didn't
work as the two estimates of what would be scaled didn't always
agree.  It could probably be resurrected.
12 files changed:
src/lib/film.cc
src/lib/image_filename_sorter.cc
src/lib/player.cc
src/lib/player.h
src/lib/util.cc
src/lib/util.h
src/lib/video_content.cc
src/lib/video_content_scale.cc
src/lib/video_content_scale.h
src/wx/film_viewer.cc
test/ratio_test.cc
test/video_content_scale_test.cc