FFmpeg
|
#include "libavutil/crc.h"
#include "libavutil/intreadwrite.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | TTAMuxContext |
Functions | |
static int | tta_write_header (AVFormatContext *s) |
static int | tta_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | tta_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_tta_muxer |
|
static |
|
static |
|
static |
AVOutputFormat ff_tta_muxer |