#include "avformat.h"
#include "internal.h"
#include "avi.h"
#include "avio_internal.h"
#include "riff.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/avassert.h"
#include "libavutil/timestamp.h"
Go to the source code of this file.
#define AVI_INDEX_CLUSTER_SIZE 16384 |
static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
Initial value:= {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
},
}
#define CONFIG_LIBMP3LAME
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
preferred ID for decoding MPEG audio layer 1, 2 or 3
const AVCodecTag ff_codec_wav_tags[]
const AVCodecTag ff_codec_bmp_tags[]
static int write_trailer(AVFormatContext *s1)
static int avi_write_trailer(AVFormatContext *s)
static int avi_write_header(AVFormatContext *s)
static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 650 of file avienc.c.