diff options
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 383af102d..1cde53e81 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -343,7 +343,7 @@ VideoDecoder::give (shared_ptr<const ImageProxy> image, Frame frame) return; } - int const max_decoded_size = 96; + unsigned int const max_decoded_size = 96; /* If _decoded is already `full' there is no point in adding anything more to it, as the new stuff will just be removed again. |
