78 uint16_t coded_file_size;
87 "Output file is too big (%"PRId64
" bytes >= 64kB)\n", file_size);
88 coded_file_size = 0xffff;
#define AVERROR_PATCHWELCOME
#define AV_LOG_WARNING
Something somehow does not look correct.
AVCodecContext * codec
Codec context associated with this stream.
void av_log(void *avcl, int level, const char *fmt,...) av_printf_format(3
Send the specified message to the log if the level is less than or equal to the current av_log_level...
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
static int rso_write_header(AVFormatContext *s)
internal header for RIFF based (de)muxers do NOT include this in end user applications ...
AVOutputFormat ff_rso_muxer
static int rso_write_packet(AVFormatContext *s, AVPacket *pkt)
const AVCodecTag ff_codec_rso_tags[]
int sample_rate
samples per second
main external API structure.
unsigned int codec_tag
fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
AVIOContext * pb
I/O context.
#define AVERROR_INVALIDDATA
int channels
number of audio channels
This structure stores compressed data.
static int rso_write_trailer(AVFormatContext *s)