Lines Matching defs:revision
116 int compression_type = -1, revision = -1, revision2 = -1;
137 revision = read_arbitrary(pb);
139 "revision (element 0x80) set to 0x%08x\n", revision);
212 switch (revision) {
225 avpriv_request_sample(s, "stream type; revision=%i", revision);
233 switch (revision) {
238 avpriv_request_sample(s, "stream type; revision=%i, revision2=%i", revision, revision2);
264 ea->sample_rate = revision == 3 ? 48000 : 22050;