Use short ptr for frame images.

This commit is contained in:
Bartosz Taudul 2019-11-02 15:39:36 +01:00
parent 2a28c6cc72
commit ea23d2b91a

View File

@ -531,7 +531,7 @@ struct SourceLocationComparator
struct FrameImage
{
const char* ptr;
short_ptr<const char> ptr;
uint32_t csz;
uint16_t w, h;
uint32_t frameRef;