Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
238 {"merge_pmt_versions", "re-use streams when PMT's version/pids change", offsetof(MpegTSContext, merge_pmt_versions), AV_OPT_TYPE_BOOL,
253 .version = LIBAVUTIL_VERSION_INT,
272 .version = LIBAVUTIL_VERSION_INT,
943 unsigned int pid, int version)
952 program->pmt_version = version;
954 if (old_version != -1 && old_version != version) {
956 "detected PMT change (program=%d, version=%d/%d, pcr_pid=0x%x/0x%x)\n",
957 programid, old_version, version, old_pcr_pid, pid);
1242 uint8_t version;
1250 if (h->version == tssf->last_ver && tssf->last_crc == tssf->crc)
1253 tssf->last_ver = h->version;
1371 h->version = (val >> 1) & 0x1f;
1539 // HDMV TrueHD streams also contain an AC3 coded version of the
2835 av_log(fc, AV_LOG_TRACE, "DOVI, version: %d.%d, profile: %d, level: %d, "
2963 av_log(ts->stream, AV_LOG_TRACE, "sid=0x%x sec_num=%d/%d version=%d tid=%d\n",
2964 h->id, h->sec_num, h->last_sec_num, h->version, h->tid);
2989 update_av_program_info(ts->stream, h->id, pcr_pid, h->version);