52 if (!memcmp(p->
buf,
"NuppelVideo", 12))
54 if (!memcmp(p->
buf,
"MythTVVideo", 12))
60 #define PKTSIZE(s) (s & 0xffffff)
85 if (vst && subtype ==
'R') {
162 is_mythtv = !memcmp(id_string,
"MythTVVideo", 12);
172 if (aspect > 0.9999 && aspect < 1.0001)
200 #if FF_API_R_FRAME_RATE
212 ctx->
a_id = ast->index;
216 ast->codec->channels = 2;
218 ast->codec->sample_rate = 44100;
219 ast->codec->bit_rate = 2 * 2 * 44100 * 8;
220 ast->codec->block_align = 2 * 2;
221 ast->codec->bits_per_coded_sample = 16;
250 return ret < 0 ? ret :
AVERROR(EIO);
275 memcpy(pkt->
data, hdr, copyhdrsize);
318 tag = (tag << 8) |
avio_r8(pb);
319 if (tag ==
MKBETAG(
'R',
'T',
'j',
'j') &&
332 int64_t *ppos, int64_t pos_limit)
364 if (stream_index == idx) {