[vlc-devel] [PATCH 14/14] videotoolbox: lower level of log message

Marvin Scholz epirat07 at gmail.com
Fri Jul 3 04:27:44 CEST 2020


For the average user this message is not very helpful and probably
confusing.
---
 modules/codec/videotoolbox.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/videotoolbox.c b/modules/codec/videotoolbox.c
index 88b3d08472..5e5b30f0a2 100644
--- a/modules/codec/videotoolbox.c
+++ b/modules/codec/videotoolbox.c
@@ -2015,8 +2015,8 @@ static int UpdateVideoFormat(decoder_t *p_dec, CVPixelBufferRef imageBuffer)
     }
 
     OSType cvfmt = CVPixelBufferGetPixelFormatType(imageBuffer);
-    msg_Info(p_dec, "output chroma (kCVPixelFormatType): %4.4s",
-             (const char *)&(OSType) { htonl(cvfmt) });
+    msg_Dbg(p_dec, "output chroma (kCVPixelFormatType): %4.4s",
+        (const char *)&(OSType) { htonl(cvfmt) });
     switch (cvfmt)
     {
         case kCVPixelFormatType_422YpCbCr8:
-- 
2.24.3 (Apple Git-128)



More information about the vlc-devel mailing list