libavformat/apetag.h File Reference

#include "avformat.h"

Go to the source code of this file.

Defines

#define APE_TAG_PREAMBLE   "APETAGEX"
#define APE_TAG_VERSION   2000
#define APE_TAG_FOOTER_BYTES   32

Functions

int64_t ff_ape_parse_tag (AVFormatContext *s)
 Read and parse an APE tag.
void ff_ape_write (AVFormatContext *s)
 Write an APEv2 tag.


Define Documentation

#define APE_TAG_FOOTER_BYTES   32

Definition at line 30 of file apetag.h.

Referenced by ff_ape_parse_tag(), and ff_ape_write().

#define APE_TAG_PREAMBLE   "APETAGEX"

Definition at line 28 of file apetag.h.

Referenced by ff_ape_parse_tag(), and ff_ape_write().

#define APE_TAG_VERSION   2000

Definition at line 29 of file apetag.h.

Referenced by ff_ape_parse_tag(), and ff_ape_write().


Function Documentation

int64_t ff_ape_parse_tag ( AVFormatContext s  ) 

Read and parse an APE tag.

Returns:
offset of the tag start in the file

Definition at line 114 of file apetag.c.

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

void ff_ape_write ( AVFormatContext s  ) 

Write an APEv2 tag.

Definition at line 33 of file apetagenc.c.

Referenced by write_trailer().


Generated on Fri Oct 26 02:50:10 2012 for FFmpeg by  doxygen 1.5.8