]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
mp4: Simplify mp4_num_samples().
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index 00de8d64609d1bdf079e6010fe21817012240263..a46b4029b7469c968e0faf0875aeabe27bca573d 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -9,12 +9,11 @@ struct mp4_callback {
 struct mp4_tag {
     char *item;
     char *value;
-    uint32_t len;
 };
 
 struct mp4_metadata {
     struct mp4_tag *tags;
-    uint32_t count;
+    unsigned count;
 };
 
 struct mp4; /* opaque */