mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 21:30:55 +00:00
id3v2: add @file doxy and link to format documentation
This commit is contained in:
parent
b4bcd1e2f1
commit
b69e5ee902
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* ID3v2 header parser
|
||||
* Copyright (c) 2003 Fabrice Bellard
|
||||
*
|
||||
* This file is part of FFmpeg.
|
||||
@ -19,6 +18,14 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* ID3v2 header parser
|
||||
*
|
||||
* Specifications available at:
|
||||
* http://id3.org/Developer_Information
|
||||
*/
|
||||
|
||||
#include "id3v2.h"
|
||||
#include "id3v1.h"
|
||||
#include "libavutil/avstring.h"
|
||||
|
Loading…
Reference in New Issue
Block a user