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') {
161 is_mythtv = !memcmp(id_string,
"MythTVVideo", 12);
171 if (aspect > 0.9999 && aspect < 1.0001)
195 #if FF_API_R_FRAME_RATE
207 ctx->
a_id = ast->index;
211 ast->codec->channels = 2;
213 ast->codec->sample_rate = 44100;
214 ast->codec->bit_rate = 2 * 2 * 44100 * 8;
215 ast->codec->block_align = 2 * 2;
216 ast->codec->bits_per_coded_sample = 16;
245 return ret < 0 ? ret :
AVERROR(EIO);
270 memcpy(pkt->
data, hdr, copyhdrsize);
313 tag = (tag << 8) |
avio_r8(pb);
314 if (tag ==
MKBETAG(
'R',
'T',
'j',
'j') &&
327 int64_t *ppos, int64_t pos_limit)
359 if (stream_index == idx) {