#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
.name = "vc1test",
.extensions = "rcv",
}
static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int vc1test_write_header(AVFormatContext *s)
static int vc1test_write_trailer(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 84 of file vc1testenc.c.