mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Diego Biurrun

parent
2a04d6e772
commit
50fcd5be36
@ -46,4 +46,9 @@ int ff_id3v2_tag_len(const uint8_t *buf);
|
||||
*/
|
||||
void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags);
|
||||
|
||||
/**
|
||||
* Read an ID3v2 tag
|
||||
*/
|
||||
void ff_id3v2_read(AVFormatContext *s);
|
||||
|
||||
#endif /* AVFORMAT_ID3V2_H */
|
||||
|
Reference in New Issue
Block a user