From c351524c9e7f90be8e11eccc7bac405505e4bb76 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 24 Nov 2009 07:08:17 +0000 Subject: Determine VOC block length when length field is zero, fixes issue1538. Originally committed as revision 20596 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/voc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/voc.h') diff --git a/libavformat/voc.h b/libavformat/voc.h index 7993146f47..3f995ad31f 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -26,7 +26,7 @@ #include "riff.h" /* for CodecTag */ typedef struct voc_dec_context { - int remaining_size; + int64_t remaining_size; } VocDecContext; typedef enum voc_type { -- cgit v1.2.3