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_INVALIDDATA
Invalid data found when processing input.
#define AV_LOG_WARNING
Something somehow does not look correct.
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
av_log(ac->avr, AV_LOG_TRACE, "%d samples - audio_convert: %s to %s (%s)\, len, av_get_sample_fmt_name(ac->in_fmt), av_get_sample_fmt_name(ac->out_fmt), use_generic ? ac->func_descr_generic :ac->func_descr)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
This struct describes the properties of an encoded stream.
AVStream ** streams
A list of all streams in the file.
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
#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.
int void avio_flush(AVIOContext *s)
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[]
#define AVERROR_PATCHWELCOME
Not yet implemented in Libav, patches welcome.
AVIOContext * pb
I/O context.
void avio_wb16(AVIOContext *s, unsigned int val)
int sample_rate
Audio only.
AVCodecParameters * codecpar
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
This structure stores compressed data.
static int rso_write_trailer(AVFormatContext *s)