[FFmpeg-devel] [PATCH 1/2] Add level

Thierry Foucu tfoucu at gmail.com
Wed Jul 20 19:37:20 CEST 2011


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

diff --git a/ffprobe.c b/ffprobe.c
index 5195c1a..8b66ae9 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -202,6 +202,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:
-- 
1.7.3.1



More information about the ffmpeg-devel mailing list