vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jun 23 11:48:04 
2017 +0200| [a067a05ca181ddeb28ab650cab76cf83aa92e82f] | committer: Thomas 
Guillem

deinterlace: change unsupported chroma msg_Err to msg_Dbg

This is a probing error. We should not print it as error since there may be
more than one deinterlace module (like vdpau/vaapi).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a067a05ca181ddeb28ab650cab76cf83aa92e82f
---

 modules/video_filter/deinterlace/deinterlace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/deinterlace/deinterlace.c 
b/modules/video_filter/deinterlace/deinterlace.c
index d8562d4a3a..c87d9d6b2c 100644
--- a/modules/video_filter/deinterlace/deinterlace.c
+++ b/modules/video_filter/deinterlace/deinterlace.c
@@ -613,7 +613,7 @@ int Open( vlc_object_t *p_this )
     if( chroma == NULL || chroma->pixel_size > 2 )
     {
 notsupp:
-        msg_Err( p_filter, "unsupported chroma %4.4s", (char*)&fourcc );
+        msg_Dbg( p_filter, "unsupported chroma %4.4s", (char*)&fourcc );
         return VLC_EGENERIC;
     }
 

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

Reply via email to