]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
mp4: Call metadata structures "meta".
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index 71fd65d9459b18ea4f9b74da8ea8036c82435fa2..1d48174af6cd30635a31522f393285068a580de9 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -31,10 +31,8 @@ int32_t mp4_num_samples(const struct mp4 *f, int track);
 uint64_t mp4_get_duration(const struct mp4 *f, int32_t track);
 struct mp4 *mp4_open_meta(const struct mp4_callback *cb);
 
-int mp4_meta_get_by_index(const struct mp4 *f, unsigned int index,
-                            char **item, char **value);
-int32_t mp4_meta_update(struct mp4 *f, struct mp4_metadata *meta);
-int mp4_meta_get_num_items(const struct mp4 *f);
+struct mp4_metadata *mp4_get_meta(struct mp4 *f);
+int32_t mp4_meta_update(struct mp4 *f);
 char *mp4_meta_get_artist(const struct mp4 *f);
 char *mp4_meta_get_title(const struct mp4 *f);
 char *mp4_meta_get_date(const struct mp4 *f);