Commit b69e5ee9 authored by Stefano Sabatini's avatar Stefano Sabatini

id3v2: add @file doxy and link to format documentation

parent b4bcd1e2
/*
* 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment