Read media tag.

This commit is contained in:
2019-03-20 00:45:47 +00:00
parent f0ba2f7c5b
commit 0ebd1de272
3 changed files with 68 additions and 1 deletions

View File

@@ -41,5 +41,7 @@ void *open(const char *filepath);
int close(void *context);
unsigned char *read_media_tag(void *context, int tag);
#endif //LIBDICFORMAT_DECLS_H