diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-01-20 08:35:58 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-20 13:36:22 +0000 |
commit | 46a2da7698634214eed6d269fc72d284e3d3700f (patch) | |
tree | 225e40e91b02aef5dfea7d8bdc104e4f3b71b911 /libavformat/id3v2.h | |
parent | c0dd5653043ca57848dfa480d02d581c7eb1d710 (diff) | |
download | ffmpeg-46a2da7698634214eed6d269fc72d284e3d3700f.tar.gz |
id3v2: make ff_id3v2_parse static
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r-- | libavformat/id3v2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 4c3041fa3c..25ee53e9b8 100644 --- a/libavformat/id3v2.h +++ b/libavformat/id3v2.h @@ -54,12 +54,6 @@ int ff_id3v2_match(const uint8_t *buf, const char *magic); int ff_id3v2_tag_len(const uint8_t *buf); /** - * ID3v2 parser - * Handles ID3v2.2, 2.3 and 2.4. - */ -void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags); - -/** * Read an ID3v2 tag */ void ff_id3v2_read(AVFormatContext *s, const char *magic); |