Go to the source code of this file.
◆ AMV_STREAM_COUNT
#define AMV_STREAM_COUNT 2 |
◆ AMV_STREAM_VIDEO
#define AMV_STREAM_VIDEO 0 |
◆ AMV_STREAM_AUDIO
#define AMV_STREAM_AUDIO 1 |
◆ AMV_VIDEO_STRH_SIZE
#define AMV_VIDEO_STRH_SIZE 56 |
◆ AMV_VIDEO_STRF_SIZE
#define AMV_VIDEO_STRF_SIZE 36 |
◆ AMV_AUDIO_STRH_SIZE
#define AMV_AUDIO_STRH_SIZE 48 |
◆ AMV_AUDIO_STRF_SIZE
#define AMV_AUDIO_STRF_SIZE 20 /* sizeof(WAVEFORMATEX) + 2 */ |
◆ amv_start_tag()
◆ amv_end_tag()
◆ amv_init()
◆ amv_deinit()
◆ amv_write_vlist()
◆ amv_write_alist()
◆ amv_write_header()
◆ amv_write_packet_internal()
◆ amv_pad()
◆ amv_write_packet()
◆ amv_write_trailer()
◆ ff_amv_muxer
Initial value:= {
.name = "amv",
.mime_type = "video/amv",
.extensions = "amv",
}
static void amv_deinit(AVFormatContext *s)
static av_cold int amv_init(AVFormatContext *s)
static int amv_write_header(AVFormatContext *s)
static int amv_write_packet(AVFormatContext *s, AVPacket *pkt)
static int amv_write_trailer(AVFormatContext *s)
static av_cold int init(AVCodecContext *avctx)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
@ AV_CODEC_ID_ADPCM_IMA_AMV
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int write_trailer(AVFormatContext *s1)
Definition at line 409 of file amvenc.c.