[FFmpeg-cvslog] dnxhd: Log the selected profile id

Vittorio Giovara git at videolan.org
Thu Apr 9 20:33:13 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Apr  2 22:56:39 2015 +0200| [5980c924e309ae1dde8bd52d9938f94ff02602eb] | committer: Vittorio Giovara

dnxhd: Log the selected profile id

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

 libavcodec/dnxhddec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index eb00e86..a6bd0fe 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -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);



More information about the ffmpeg-cvslog mailing list