vlc | branch: master | Thomas Guillem <[email protected]> | 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); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
