]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
mp4: Simplify sample_range_size().
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index 9ff6f95ece00dd2ddd6e278f2c8a6302d8a5b9a6..0bf7481805242a79f757b1de66a88f122b3481ba 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -20,7 +20,7 @@ struct mp4_metadata {
 struct mp4; /* opaque */
 
 void mp4_set_sample_position(struct mp4 *f, int32_t track, int32_t sample);
-int32_t mp4_total_tracks(const struct mp4 *f);
+int32_t mp4_get_total_tracks(const struct mp4 *f);
 bool mp4_is_audio_track(const struct mp4 *f, int32_t track);
 struct mp4 *mp4_open_read(const struct mp4_callback *cb);
 void mp4_close(struct mp4 *f);