#include "avformat.h"
#include "internal.h"
#include "riff.h"
#include "rso.h"
Go to the source code of this file.
Function Documentation
Variable Documentation
Initial value: {
.name = "rso",
.long_name = NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO format"),
.extensions = "rso",
.priv_data_size = 0,
.audio_codec = CODEC_ID_PCM_U8,
.video_codec = CODEC_ID_NONE,
.write_header = rso_write_header,
.write_packet = rso_write_packet,
.write_trailer = rso_write_trailer,
.codec_tag = (const AVCodecTag* const []){ff_codec_rso_tags, 0},
}
Definition at line 103 of file rsoenc.c.