diff options
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.h')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index aa77003a4..139296d9b 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -44,7 +44,7 @@ public: private: dcp::Data _data; - mutable int64_t _pos; + mutable size_t _pos; /** Path of a file that this image came from, if applicable; stored so that failed-decode errors can give more detail. */ |
