#include "avformat.h"
#include "aiff.h"
#include "avio_internal.h"
#include "isom.h"
Go to the source code of this file.
Data Structures | |
struct | AIFFOutputContext |
Functions | |
static int | aiff_write_header (AVFormatContext *s) |
static int | aiff_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | aiff_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_aiff_muxer |
static int aiff_write_header | ( | AVFormatContext * | s | ) | [static] |
static int aiff_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int aiff_write_trailer | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{ "aiff", NULL_IF_CONFIG_SMALL("Audio IFF"), "audio/aiff", "aif,aiff,afc,aifc", sizeof(AIFFOutputContext), CODEC_ID_PCM_S16BE, CODEC_ID_NONE, aiff_write_header, aiff_write_packet, aiff_write_trailer, .codec_tag= (const AVCodecTag* const []){ff_codec_aiff_tags, 0}, }