summaryrefslogtreecommitdiff
path: root/plugins/libmp4ff/mp4ff.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-09-02 22:10:17 +0200
committerGravatar waker <wakeroid@gmail.com>2012-09-02 22:10:17 +0200
commit60d06c0de7a3185e26e1254f364fbb10e301ceb2 (patch)
tree2b35e43dc04582031ef5296bd61271a8ed2525a8 /plugins/libmp4ff/mp4ff.h
parentf35127bab3075729ee29ed0a83ddae0306fed954 (diff)
aac: fixed chapter support and track duration
Diffstat (limited to 'plugins/libmp4ff/mp4ff.h')
-rw-r--r--plugins/libmp4ff/mp4ff.h2
1 files changed, 2 insertions, 0 deletions
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);