pkgsrc/multimedia/transcode/patches/patch-ax
drochner 6a393fc891 update to 1.1.7
changes:
-bugfixes
-speed improve,memt
-new ffmpeg compatibility
2012-10-10 13:37:25 +00:00

22 lines
621 B
Text

$NetBSD: patch-ax,v 1.4 2012/10/10 13:37:25 drochner Exp $
--- avilib/avidump.c.orig 2012-02-01 17:07:24.000000000 +0000
+++ avilib/avidump.c
@@ -320,7 +320,7 @@ static void dump_vals(int fd, int count,
{
uint32_t i,j,val32;
uint16_t val16;
- loff_t val64;
+ uint64_t val64;
char val8;
for (i = 0; names[i].type != EoLST; i++) {
@@ -605,7 +605,7 @@ static boolean ProcessChunk(int fd, off_
case indxtag: {
uint32_t chunks=*chunksize-sizeof(names_indx)/sizeof(char*);
- loff_t offset;
+ uint64_t offset;
uint32_t size, duration;
uint32_t u=0;
off_t indxend = datapos + chunks;