[vlc-commits] videotoolbox: remove deinterlace warning
Thomas Guillem
git at videolan.org
Tue Jan 9 18:19:46 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jan 8 15:09:29 2018 +0100| [1aca30fd6a1decc2c292a0937e1bcd0c31e095f6] | committer: Thomas Guillem
videotoolbox: remove deinterlace warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1aca30fd6a1decc2c292a0937e1bcd0c31e095f6
---
modules/codec/videotoolbox.m | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index c1d5c7bb7b..1920e382b8 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -1205,8 +1205,6 @@ static int StartVideoToolbox(decoder_t *p_dec)
p_sys->b_enable_temporal_processing = status == noErr &&
CFDictionaryContainsKey(supportedProps,
kVTDecompressionProperty_DeinterlaceMode_Temporal);
- if (!p_sys->b_handle_deint)
- msg_Warn(p_dec, "VT decoder doesn't handle deinterlacing");
if (status == noErr)
CFRelease(supportedProps);
More information about the vlc-commits
mailing list