[FFmpeg-cvslog] ffprobe: display bitstream level.

Thierry Foucu git at videolan.org
Fri Jul 22 12:16:56 CEST 2011


ffmpeg | branch: master | Thierry Foucu <tfoucu at gmail.com> | Wed Jul 20 20:33:22 2011 -0700| [364d64275c66ac3b6dff699e80c167b6815e8f57] | committer: Ronald S. Bultje

ffprobe: display bitstream level.

Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=364d64275c66ac3b6dff699e80c167b6815e8f57
---

 ffprobe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index cb4a4c3..2457b06 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -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:



More information about the ffmpeg-cvslog mailing list