Libav
Functions
apetag.h File Reference
#include "avformat.h"

Go to the source code of this file.

Functions

int64_t ff_ape_parse_tag (AVFormatContext *s)
 Read and parse an APE tag. More...
 
int ff_ape_write_tag (AVFormatContext *s)
 Write an APE tag into a file. More...
 

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 118 of file apetag.c.

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

int ff_ape_write_tag ( AVFormatContext s)

Write an APE tag into a file.

Definition at line 175 of file apetag.c.

Referenced by wv_write_trailer().