[vlc-commits] videotoolbox: remove deinterlace warning
Thomas Guillem
git at videolan.org
Fri Jan 12 09:48:38 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jan 8 15:09:29 2018 +0100| [d00de151fcd57c8b2dad5c8b17fbbe494281fb32] | committer: Thomas Guillem
videotoolbox: remove deinterlace warning
(cherry picked from commit 1aca30fd6a1decc2c292a0937e1bcd0c31e095f6)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d00de151fcd57c8b2dad5c8b17fbbe494281fb32
---
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