|
FFmpeg
|
#include "libavutil/intfloat.h"#include "avformat.h"#include "internal.h"#include "aiff.h"#include "avio_internal.h"#include "isom.h"#include "rawenc.h"Go to the source code of this file.
Data Structures | |
| struct | AIFFOutputContext |
Functions | |
| static void | put_meta (AVFormatContext *s, const char *key, uint32_t id) |
| static int | aiff_write_header (AVFormatContext *s) |
| static int | aiff_write_trailer (AVFormatContext *s) |
Variables | |
| AVOutputFormat | ff_aiff_muxer |
|
static |
Definition at line 36 of file aiffenc.c.
Referenced by aiff_write_header().
|
static |
|
static |
| AVOutputFormat ff_aiff_muxer |
1.8.2