]> git.sesse.net Git - ffmpeg/blobdiff - ffprobe.c
Merge commit 'd4d90504a687d2c0ef77ccf11d831f24dcff9cf1'
[ffmpeg] / ffprobe.c
index fadcd9336eec31cba9cd8334ff9a20349ac3fdb6..415836b72a8d54c11c9cd233fac269c7daf3b7e6 100644 (file)
--- 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);