#include "avformat.h"
#include "rawenc.h"
Go to the source code of this file.
Functions | |
static int | roq_write_header (struct AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_roq_muxer |
static int roq_write_header | ( | struct AVFormatContext * | s | ) | [static] |
Definition at line 26 of file idroqenc.c.
Initial value:
{ "RoQ", NULL_IF_CONFIG_SMALL("raw id RoQ format"), NULL, "roq", 0, CODEC_ID_ROQ_DPCM, CODEC_ID_ROQ, roq_write_header, ff_raw_write_packet, }
Definition at line 38 of file idroqenc.c.