Go to the documentation of this file.
   71     uint16_t coded_file_size;
 
   80                "Output file is too big (%"PRId64
" bytes >= 64kB)\n", file_size);
 
   81         coded_file_size = 0xffff;
 
  
#define AV_LOG_WARNING
Something somehow does not look correct.
 
This struct describes the properties of an encoded stream.
 
#define u(width, name, range_min, range_max)
 
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
 
static int rso_write_header(AVFormatContext *s)
 
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
 
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
 
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
 
int sample_rate
Audio only.
 
const AVCodecTag *const ff_rso_codec_tags_list[]
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
 
void avpriv_report_missing_feature(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
 
static int rso_write_trailer(AVFormatContext *s)
 
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
 
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
 
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
 
const AVOutputFormat ff_rso_muxer
 
@ AV_CODEC_ID_ADPCM_IMA_WAV
 
void avio_wb16(AVIOContext *s, unsigned int val)
 
#define AVERROR_INVALIDDATA
Invalid data found when processing input.