]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
Merge commit '827a05eaa9482e9ac2a17f7f2e42ead07c1d7574'
[ffmpeg] / libavformat / isom.h
index 9aea629293dd1286838ab3547ffaae695340dd69..b9380e9dcc3e9bb483c54a9f2588c946d62704f0 100644 (file)
@@ -52,7 +52,7 @@ struct AVAESCTR;
  */
 
 typedef struct MOVStts {
-    int count;
+    unsigned int count;
     int duration;
 } MOVStts;