Lines Matching defs:version
35 unsigned version;
68 thp->version = get_bits(&gb, 24);
69 if (thp->version < 0x030100) {
71 "Too old or unsupported Theora (%x)\n", thp->version);
78 if (thp->version >= 0x030400)
81 if (thp->version >= 0x030200) {
105 if (thp->version >= 0x030200)
107 if (thp->version >= 0x304000)
121 if (!thp->version)
159 if (thp->version < 0x030201)