]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
mp4: Make sample number be an unsigned parameter.
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index 49c4be18a5929c9e79e091704e9ab2e4112cc22b..ceb8dde29e84b48661734303fa09759821dd6565 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -19,7 +19,7 @@ struct mp4_metadata {
 
 struct mp4; /* opaque */
 
-int mp4_set_sample_position(struct mp4 *f, int32_t sample);
+int mp4_set_sample_position(struct mp4 *f, uint32_t sample);
 int mp4_open_read(const struct mp4_callback *cb, struct mp4 **result);
 void mp4_close(struct mp4 *f);
 int32_t mp4_get_sample_size(const struct mp4 *f, int sample);