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') {
160 int is_mythtv,
width,
height, v_packs, a_packs, ret;
164 is_mythtv = !memcmp(id_string,
"MythTVVideo", 12);
174 if (aspect > 0.9999 && aspect < 1.0001)
198 #if FF_API_R_FRAME_RATE
210 ctx->
a_id = ast->index;
214 ast->codec->channels = 2;
216 ast->codec->sample_rate = 44100;
217 ast->codec->bit_rate = 2 * 2 * 44100 * 8;
218 ast->codec->block_align = 2 * 2;
219 ast->codec->bits_per_coded_sample = 16;
248 return ret < 0 ? ret :
AVERROR(EIO);
273 memcpy(pkt->
data, hdr, copyhdrsize);
316 tag = (tag << 8) |
avio_r8(pb);
317 if (tag ==
MKBETAG(
'R',
'T',
'j',
'j') &&
330 int64_t *ppos, int64_t pos_limit)
362 if (stream_index == idx) {