From b69e5ee9027ddc1820796253f2d2bcd4e6fdba00 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 17 May 2011 23:28:19 +0200 Subject: [PATCH] id3v2: add @file doxy and link to format documentation --- libavformat/id3v2.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 95353276b5..e1958bdf4f 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -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"