X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffprobe.c;h=415836b72a8d54c11c9cd233fac269c7daf3b7e6;hb=f0b99112e3570e10409cdc35e86dd431fad1546b;hp=fadcd9336eec31cba9cd8334ff9a20349ac3fdb6;hpb=d9b264bc73723ce538d72f28a4a8fb4f85af7eca;p=ffmpeg diff --git a/ffprobe.c b/ffprobe.c index fadcd9336ee..415836b72a8 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -1824,6 +1824,7 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream, s = av_get_media_type_string(stream->codec->codec_type); if (s) print_str ("media_type", s); else print_str_opt("media_type", "unknown"); + print_int("stream_index", stream->index); print_int("key_frame", frame->key_frame); print_ts ("pkt_pts", frame->pkt_pts); print_time("pkt_pts_time", frame->pkt_pts, &stream->time_base);