libavformat/apetag.c File Reference

#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "apetag.h"

Go to the source code of this file.

Defines

#define ENABLE_DEBUG   0
#define APE_TAG_VERSION   2000
#define APE_TAG_FOOTER_BYTES   32
#define APE_TAG_FLAG_CONTAINS_HEADER   (1 << 31)
#define APE_TAG_FLAG_IS_HEADER   (1 << 29)

Functions

static int ape_tag_read_field (AVFormatContext *s)
void ff_ape_parse_tag (AVFormatContext *s)
 Read and parse an APE tag.


Define Documentation

#define APE_TAG_FLAG_CONTAINS_HEADER   (1 << 31)

Definition at line 31 of file apetag.c.

#define APE_TAG_FLAG_IS_HEADER   (1 << 29)

Definition at line 32 of file apetag.c.

Referenced by ff_ape_parse_tag().

#define APE_TAG_FOOTER_BYTES   32

Definition at line 30 of file apetag.c.

Referenced by ff_ape_parse_tag().

#define APE_TAG_VERSION   2000

Definition at line 29 of file apetag.c.

Referenced by ff_ape_parse_tag().

#define ENABLE_DEBUG   0

Definition at line 27 of file apetag.c.


Function Documentation

static int ape_tag_read_field ( AVFormatContext s  )  [static]

Definition at line 34 of file apetag.c.

Referenced by ff_ape_parse_tag().

void ff_ape_parse_tag ( AVFormatContext s  ) 

Read and parse an APE tag.

Definition at line 66 of file apetag.c.

Referenced by ape_read_header(), mpc_read_header(), and wv_read_header().


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