51 if (!memcmp(p->
buf,
"NuppelVideo", 12))
53 if (!memcmp(p->
buf,
"MythTVVideo", 12))
59 #define PKTSIZE(s) (s & 0xffffff)
84 if (vst && subtype ==
'R') {
162 is_mythtv = !memcmp(id_string,
"MythTVVideo", 12);
172 if (aspect > 0.9999 && aspect < 1.0001)
196 #if FF_API_R_FRAME_RATE
208 ctx->
a_id = ast->index;
212 ast->codec->channels = 2;
214 ast->codec->sample_rate = 44100;
215 ast->codec->bit_rate = 2 * 2 * 44100 * 8;
216 ast->codec->block_align = 2 * 2;
217 ast->codec->bits_per_coded_sample = 16;
246 return ret < 0 ? ret :
AVERROR(EIO);
271 memcpy(pkt->
data, hdr, copyhdrsize);
314 tag = (tag << 8) |
avio_r8(pb);
315 if (tag ==
MKBETAG(
'R',
'T',
'j',
'j') &&
328 int64_t *ppos, int64_t pos_limit)
360 if (stream_index == idx) {