X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp4.h;h=0bf7481805242a79f757b1de66a88f122b3481ba;hb=6663ff04ae902bdea92b35b3b8dbdccd459d9099;hp=9ff6f95ece00dd2ddd6e278f2c8a6302d8a5b9a6;hpb=5f123ac45aed8c3480e8211b513cf9b6bd7eb2ab;p=paraslash.git diff --git a/mp4.h b/mp4.h index 9ff6f95e..0bf74818 100644 --- 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);