Browse Source

id3v2: add @file doxy and link to format documentation

tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
b69e5ee902
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      libavformat/id3v2.c

+ 8
- 1
libavformat/id3v2.c View File

@@ -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…
Cancel
Save