diff movenc.c @ 4936:c541d5552e20 libavformat

change cts type to int, save some space
author bcoudurier
date Thu, 14 May 2009 20:54:19 +0000
parents 45426d44263e
children 14cb663f11c3
line wrap: on
line diff
--- a/movenc.c	Thu May 14 00:02:07 2009 +0000
+++ b/movenc.c	Thu May 14 20:54:19 2009 +0000
@@ -49,7 +49,7 @@
     unsigned int samplesInChunk;
     char         key_frame;
     unsigned int entries;
-    int64_t      cts;
+    int          cts;
     int64_t      dts;
 } MOVIentry;