apetagenc.c File Reference
#include "libavutil/dict.h"
#include "avio_internal.h"
#include "avformat.h"
#include "apetag.h"
Include dependency graph for apetagenc.c:

Go to the source code of this file.

Functions

static int string_is_ascii (const uint8_t *str)
 
void ff_ape_write (AVFormatContext *s)
 Write an APEv2 tag. More...
 

Function Documentation

void ff_ape_write ( AVFormatContext s)

Write an APEv2 tag.

Definition at line 33 of file apetagenc.c.

Referenced by write_trailer().

static int string_is_ascii ( const uint8_t str)
static

Definition at line 27 of file apetagenc.c.

Referenced by ff_ape_write().