diff voc.h @ 5384:3528d151a57e libavformat

Determine VOC block length when length field is zero, fixes issue1538.
author pross
date Tue, 24 Nov 2009 07:08:17 +0000
parents 3d6e7901bf05
children
line wrap: on
line diff
--- a/voc.h	Mon Nov 23 08:47:47 2009 +0000
+++ b/voc.h	Tue Nov 24 07:08:17 2009 +0000
@@ -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 {