diff --git a/common/lwindex.c b/common/lwindex.c index 8589d8b6..f11c053e 100644 --- a/common/lwindex.c +++ b/common/lwindex.c @@ -2097,7 +2097,7 @@ static int create_index } /* # Structure of Libav reader index file - + foobar.omo @@ -2105,6 +2105,7 @@ static int create_index +0000000000 -0000000001 + -0000000001 Codec=2,TimeBase=1001/24000,Width=1920,Height=1080,Format=yuv420p,ColorSpace=5 diff --git a/common/lwindex.h b/common/lwindex.h index 8cf3389d..93a71452 100644 --- a/common/lwindex.h +++ b/common/lwindex.h @@ -22,12 +22,12 @@ /* lwindex version * Major.Minor.Micro.Build */ -#define LWINDEX_VERSION ((0 << 24) | (0 << 16) | (2 << 8) | 0) +#define LWINDEX_VERSION ((0 << 24) | (0 << 16) | (3 << 8) | 0) /* index file version * This version is bumped when its structure changed so that the lwindex invokes * reindexing opened file immediately. */ -#define LWINDEX_INDEX_FILE_VERSION 16 +#define LWINDEX_INDEX_FILE_VERSION 17 typedef struct {