#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:
{ .name = "roq", .long_name = NULL_IF_CONFIG_SMALL("raw id RoQ format"), .extensions = "roq", .audio_codec = CODEC_ID_ROQ_DPCM, .video_codec = CODEC_ID_ROQ, .write_header = roq_write_header, .write_packet = ff_raw_write_packet, }
Definition at line 38 of file idroqenc.c.