summaryrefslogtreecommitdiff
path: root/libavformat/voc.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2009-11-24 07:08:17 +0000
committerPeter Ross <pross@xvid.org>2009-11-24 07:08:17 +0000
commitc351524c9e7f90be8e11eccc7bac405505e4bb76 (patch)
treebf00179aca987ba068359b97398981b6fcbc693b /libavformat/voc.h
parentd90aeeaf569e4a08c30b3d1d09c3cff3a86eb431 (diff)
Determine VOC block length when length field is zero, fixes issue1538.
Originally committed as revision 20596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r--libavformat/voc.h2
1 files changed, 1 insertions, 1 deletions
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 {