summaryrefslogtreecommitdiffstats
path: root/libmpdemux/parse_mp4.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/parse_mp4.h')
-rw-r--r--libmpdemux/parse_mp4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/parse_mp4.h b/libmpdemux/parse_mp4.h
index 882924bfe0..01595a6946 100644
--- a/libmpdemux/parse_mp4.h
+++ b/libmpdemux/parse_mp4.h
@@ -73,6 +73,7 @@ typedef struct {
} esds_t;
int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds);
+void mp4_free_esds(esds_t *esds);
#endif /* !__PARSE_MP4_H */