From 60d06c0de7a3185e26e1254f364fbb10e301ceb2 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 2 Sep 2012 22:10:17 +0200 Subject: aac: fixed chapter support and track duration --- plugins/libmp4ff/mp4ff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/libmp4ff/mp4ff.h') diff --git a/plugins/libmp4ff/mp4ff.h b/plugins/libmp4ff/mp4ff.h index 801bf6fe..b47bcb8e 100644 --- a/plugins/libmp4ff/mp4ff.h +++ b/plugins/libmp4ff/mp4ff.h @@ -107,9 +107,11 @@ int32_t mp4ff_chapters_get_num_items (mp4ff_t *f); const char *mp4ff_chapters_get_item (mp4ff_t *f, int i); int32_t mp4ff_chap_get_num_tracks (mp4ff_t *f); int32_t mp4ff_chap_get_track_id (mp4ff_t *f, int t); +#if 0 int64_t mp4ff_get_track_dts (mp4ff_t *f, int t, int s); int64_t mp4ff_get_track_pts_delta(mp4ff_t *f, int t, int s); int mp4ff_get_track_sample_size(mp4ff_t *f, int t, int s); +#endif int32_t mp4ff_meta_update(mp4ff_callback_t *f,const mp4ff_metadata_t * data); -- cgit v1.2.3