Skip to content
Snippets Groups Projects
Commit 364d6427 authored by Thierry Foucu's avatar Thierry Foucu Committed by Ronald S. Bultje
Browse files

ffprobe: display bitstream level.

parent 09e81636
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ static void show_stream(AVFormatContext *fmt_ctx, int stream_idx)
}
printf("pix_fmt=%s\n", dec_ctx->pix_fmt != PIX_FMT_NONE ?
av_pix_fmt_descriptors[dec_ctx->pix_fmt].name : "unknown");
printf("level=%d\n", dec_ctx->level);
break;
case AVMEDIA_TYPE_AUDIO:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment