[vlc-commits] videotoolbox: Remove deinterlace properties

Marvin Scholz git at videolan.org
Fri Jan 24 15:35:23 CET 2020


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Jan 24 15:04:08 2020 +0100| [aa3d3bb11de513e5438ee9dfecb467909ee36f19] | committer: Marvin Scholz

videotoolbox: Remove deinterlace properties

These properties seem to not influence the deinterlace behavior by
VT at all.

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

 modules/codec/videotoolbox.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/codec/videotoolbox.c b/modules/codec/videotoolbox.c
index b14aa527d6..836cbe35c1 100644
--- a/modules/codec/videotoolbox.c
+++ b/modules/codec/videotoolbox.c
@@ -1147,13 +1147,6 @@ static CFMutableDictionaryRef CreateSessionDescriptionFormat(decoder_t *p_dec,
                              kCFBooleanTrue);
 #endif
 
-    CFDictionarySetValue(decoderConfiguration,
-                         kVTDecompressionPropertyKey_FieldMode,
-                         kVTDecompressionProperty_FieldMode_DeinterlaceFields);
-    CFDictionarySetValue(decoderConfiguration,
-                         kVTDecompressionPropertyKey_DeinterlaceMode,
-                         kVTDecompressionProperty_DeinterlaceMode_Temporal);
-
     return decoderConfiguration;
 }
 



More information about the vlc-commits mailing list