#include "libavcodec/avcodec.h"#include "libavcodec/a64enc.h"#include "libavcodec/bytestream.h"#include "avformat.h"Go to the source code of this file.
Data Structures | |
| struct | A64MuxerContext |
Typedefs | |
| typedef struct A64MuxerContext | A64MuxerContext |
Functions | |
| static int | a64_write_header (struct AVFormatContext *s) |
| static int | a64_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
| static int | a64_write_trailer (struct AVFormatContext *s) |
Variables | |
| AVOutputFormat | ff_a64_muxer |
| typedef struct A64MuxerContext A64MuxerContext |
|
static |
|
static |
Definition at line 65 of file a64.c.
Referenced by a64_write_trailer().
|
static |
| AVOutputFormat ff_a64_muxer |