Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a1aaa257 by Martin Finkel at 2024-10-04T08:02:41+00:00
mediacodec: fix up log message category

this is not an error but it lights up red in various log viewers, might be 
confusing.

- - - - -


1 changed file:

- modules/codec/omxil/mediacodec.c


Changes:

=====================================
modules/codec/omxil/mediacodec.c
=====================================
@@ -1242,7 +1242,7 @@ static int Video_ProcessOutput(decoder_t *p_dec, 
mc_api_out *p_out,
         if (name == NULL)
             name = "unknown";
 
-        msg_Err(p_dec, "output: %d %s, %dx%d stride %d %d, crop %d %d %d %d",
+        msg_Dbg(p_dec, "output: %d %s, %dx%d stride %d %d, crop %d %d %d %d",
                 p_sys->video.i_pixel_format, name,
                 p_out->conf.video.width, p_out->conf.video.height,
                 p_out->conf.video.stride, p_out->conf.video.slice_height,



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/a1aaa257e2ab9f63540e7c6310d1730d42f2a6be

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/a1aaa257e2ab9f63540e7c6310d1730d42f2a6be
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to