On 12/11/14 11:13, Vittorio Giovara wrote:
> From: Michael Niedermayer <michae...@gmx.at>
> 
> CC: libav-sta...@libav.org
> Bug-Id: CID 1135770 / CID 1135771
> ---
>  libavcodec/hnm4video.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libavcodec/hnm4video.c b/libavcodec/hnm4video.c
> index b200e89..3ff9ab1 100644
> --- a/libavcodec/hnm4video.c
> +++ b/libavcodec/hnm4video.c
> @@ -36,8 +36,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;
> 

How could it happen?
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to