diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-01-20 08:35:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-21 20:36:00 +0100 |
commit | b3158f7a42d5e69b45f1cedceb079ff102c2b8a0 (patch) | |
tree | ee825d512ba713ef5a200858ee2cbd122d39dbf2 /libavformat/id3v2.h | |
parent | 9256dc28ab2dd95287a240f4be749fe0806cd0f4 (diff) | |
download | ffmpeg-b3158f7a42d5e69b45f1cedceb079ff102c2b8a0.tar.gz |
id3v2: make ff_id3v2_parse static
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 46a2da7698634214eed6d269fc72d284e3d3700f)
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); |