libavformat/id3v1.c File Reference

#include "id3v1.h"
#include "libavcodec/avcodec.h"
#include "libavutil/avstring.h"

Go to the source code of this file.

Functions

static void get_string (AVFormatContext *s, const char *key, const uint8_t *buf, int buf_size)
static int parse_tag (AVFormatContext *s, const uint8_t *buf)
 Parse an ID3v1 tag.
void ff_id3v1_read (AVFormatContext *s)
 Read an ID3v1 tag.

Variables

const char *const ff_id3v1_genre_str [ID3v1_GENRE_MAX+1]
 ID3v1 genres.


Function Documentation

void ff_id3v1_read ( AVFormatContext s  ) 

Read an ID3v1 tag.

Definition at line 224 of file id3v1.c.

Referenced by tta_read_header(), and wv_read_header().

static void get_string ( AVFormatContext s,
const char *  key,
const uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 177 of file id3v1.c.

Referenced by parse_tag().

static int parse_tag ( AVFormatContext s,
const uint8_t *  buf 
) [static]

Parse an ID3v1 tag.

Parameters:
buf ID3v1_TAG_SIZE long buffer containing the tag

Definition at line 203 of file id3v1.c.

Referenced by ff_id3v1_read().


Variable Documentation

const char* const ff_id3v1_genre_str[ID3v1_GENRE_MAX+1]

ID3v1 genres.

Definition at line 26 of file id3v1.c.

Referenced by parse_tag(), and read_ttag().


Generated on Fri Oct 26 02:36:54 2012 for FFmpeg by  doxygen 1.5.8