27 if (memcmp(p->
buf,
"CTRL", 4) &&
28 memcmp(p->
buf,
"SHDR", 4) &&
29 memcmp(p->
buf,
"SNDS", 4))
37 unsigned chunk, codec = 0,
size, ctrl_size = -1, found_shdr = 0;
49 case MKTAG(
'C',
'T',
'R',
'L'):
52 case MKTAG(
'S',
'N',
'D',
'S'):
71 if (ctrl_size == 20 || ctrl_size == 3 || ctrl_size == -1)
78 case MKTAG(
'S',
'H',
'D',
'R'):
97 case MKTAG(
'S',
'D',
'X',
'2'):
113 unsigned chunk,
size, found_ssmp = 0;
118 while (!found_ssmp) {
134 case MKTAG(
'S',
'N',
'D',
'S'):
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
int64_t pos
byte position in stream, -1 if unknown
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
static int threedostr_probe(AVProbeData *p)
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
unsigned int avio_rb32(AVIOContext *s)
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
AVStream ** streams
A list of all streams in the file.
#define AVERROR_EOF
End of file.
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
unsigned int avio_rl32(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
enum AVMediaType codec_type
General type of the encoded data.
AVInputFormat ff_threedostr_demuxer
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
int block_align
Audio only.
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
AVIOContext * pb
I/O context.
This structure contains the data a format has to probe a file.
int64_t duration
Decoding: duration of the stream, in stream time base.
int sample_rate
Audio only.
static int threedostr_read_header(AVFormatContext *s)
AVCodecParameters * codecpar
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext.
#define MKTAG(a, b, c, d)
static int threedostr_read_packet(AVFormatContext *s, AVPacket *pkt)
This structure stores compressed data.