Lines Matching defs:pkt
641 int *got_sub_ptr, const AVPacket *pkt)
660 if (avctx->pkt_timebase.num && pkt->pts != AV_NOPTS_VALUE)
661 ctx->pts = av_rescale_q(pkt->pts, avctx->pkt_timebase, AV_TIME_BASE_Q);
663 if (pkt->size) {
665 const int full_pes_size = pkt->size + 45; /* PES header is 45 bytes */
671 ctx->handler_ret = pkt->size;
673 if (ff_data_identifier_is_teletext(*pkt->data)) {
674 if ((lines = slice_to_vbi_lines(ctx, pkt->data + 1, pkt->size - 1)) < 0)
677 ctx, pkt->size, lines, (double)pkt->pts/90000.0);