changeset 5392:93d1192a9301 libavformat

change track timescale to unsigned int, fix warning
author bcoudurier
date Sun, 29 Nov 2009 02:41:48 +0000
parents 1634930bb631
children a3853508bb5c
files movenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;