#include "avformat.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Functions | |
static int | ivf_write_header (AVFormatContext *s) |
static int | ivf_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_ivf_muxer |
static int ivf_write_header | ( | AVFormatContext * | s | ) | [static] |
static int ivf_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Initial value:
{ .name = "ivf", .long_name = NULL_IF_CONFIG_SMALL("On2 IVF"), .extensions = "ivf", .audio_codec = CODEC_ID_NONE, .video_codec = CODEC_ID_VP8, .write_header = ivf_write_header, .write_packet = ivf_write_packet, }