# HG changeset patch # User bcoudurier # Date 1259462508 0 # Node ID 93d1192a93018f43d9d636d886f6fa9ffdb65afa # Parent 1634930bb631654f7e84c24dbd56a53ca64796e3 change track timescale to unsigned int, fix warning diff -r 1634930bb631 -r 93d1192a9301 movenc.c --- a/movenc.c Sun Nov 29 02:40:27 2009 +0000 +++ b/movenc.c Sun Nov 29 02:41:48 2009 +0000 @@ -58,7 +58,7 @@ typedef struct MOVIndex { int mode; int entry; - long timescale; + unsigned timescale; uint64_t time; int64_t trackDuration; long sampleCount;