]> git.sesse.net Git - nageru/commit
Stop sending interpolated images through the cache.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Oct 2018 17:16:08 +0000 (18:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Oct 2018 17:16:08 +0000 (18:16 +0100)
commit78fa1508d2d831c270c748f11307b292f94f97df
treed0aeb1593f574de52c5242b19cc7fcd2c7672613
parent7709f1f068c9ab97b134ffda2f4c28c7b5aeae42
Stop sending interpolated images through the cache.

They're never actually reused anyway, so there's no point in polluting
the cache with them. Sending them directly to the display also takes away a
large chunk of complexity.
jpeg_frame_view.cpp
jpeg_frame_view.h
main.cpp
player.cpp
video_stream.cpp
video_stream.h