print_fmt 2074 fftools/ffprobe.c if (pkt->pos != -1) print_fmt ("pos", "%"PRId64, pkt->pos); print_fmt 2076 fftools/ffprobe.c print_fmt("flags", "%c%c", pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_', print_fmt 2153 fftools/ffprobe.c if (frame->pkt_pos != -1) print_fmt ("pkt_pos", "%"PRId64, frame->pkt_pos); print_fmt 2173 fftools/ffprobe.c print_fmt("pict_type", "%c", av_get_picture_type_char(frame->pict_type)); print_fmt 2540 fftools/ffprobe.c print_fmt("codec_tag", "0x%04"PRIx32, par->codec_tag); print_fmt 2645 fftools/ffprobe.c if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS) print_fmt ("id", "0x%x", stream->id); print_fmt 2660 fftools/ffprobe.c if (dec_ctx && dec_ctx->bits_per_raw_sample > 0) print_fmt("bits_per_raw_sample", "%d", dec_ctx->bits_per_raw_sample); print_fmt 2662 fftools/ffprobe.c if (stream->nb_frames) print_fmt ("nb_frames", "%"PRId64, stream->nb_frames); print_fmt 2664 fftools/ffprobe.c if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[stream_idx]); print_fmt 2666 fftools/ffprobe.c if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets[stream_idx]); print_fmt 3088 fftools/ffprobe.c print_fmt("copyright", "Copyright (c) %d-%d the FFmpeg developers",