decoder/flac: moved flac_tag_load() to flac_metadata.c

Make this code is reusable.
This commit is contained in:
Max Kellermann
2010-01-06 08:28:27 +01:00
parent 382691179f
commit d6d5caae23
3 changed files with 56 additions and 53 deletions

View File

@@ -42,4 +42,7 @@ void
flac_tag_apply_metadata(struct tag *tag, const char *track,
const FLAC__StreamMetadata *block);
struct tag *
flac_tag_load(const char *file, const char *char_tnum);
#endif