OSDN Git Service

dnxhd: Log the selected profile id
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 2 Apr 2015 20:56:39 +0000 (22:56 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 9 Apr 2015 11:51:58 +0000 (13:51 +0200)
libavcodec/dnxhddec.c

index eb00e86..a6bd0fe 100644 (file)
@@ -80,6 +80,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, int cid)
             return AVERROR(ENOSYS);
         }
         ctx->cid_table = &ff_dnxhd_cid_table[index];
+        av_log(ctx->avctx, AV_LOG_VERBOSE, "Profile cid %d.\n", cid);
 
         ff_free_vlc(&ctx->ac_vlc);
         ff_free_vlc(&ctx->dc_vlc);