X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fhnm4video.c;h=700504d87cbc27f07849dd366b21dd29fcf0e88f;hp=4220202e156c09b97ec6ce7ccdd0c9edc8e279a1;hb=57ed5a64feec4af1f16f9a74c63cfa9aa8147242;hpb=16158da9607f2f84232d3dd381406b2f2449ec74 diff --git a/libavcodec/hnm4video.c b/libavcodec/hnm4video.c index 4220202e15..700504d87c 100644 --- a/libavcodec/hnm4video.c +++ b/libavcodec/hnm4video.c @@ -37,8 +37,8 @@ typedef struct Hnm4VideoContext { uint8_t version; - uint16_t width; - uint16_t height; + int width; + int height; uint8_t *current; uint8_t *previous; uint8_t *buffer1;