From 304089aca7d238ae184e09993b5c737aa22e2c2c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 12 Aug 2014 16:55:22 +0200 Subject: mxf: Add UID print helpers And use it to print non-parsed ULs. --- libavformat/mxfdec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/mxfdec.c') diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index ba76577e13..410c13b30d 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -2185,6 +2185,9 @@ static int mxf_read_header(AVFormatContext *s) return res; } break; + } else { + av_log(s, AV_LOG_VERBOSE, "Dark key " PRIxUID "\n", + UID_ARG(klv.key)); } } if (!metadata->read) -- cgit v1.2.3