[vlc-devel] [PATCH 03/13] decoder: no need to clean the colorimetry in vout_update_format()
Steve Lhomme
robux4 at ycbcr.xyz
Tue Feb 19 10:38:16 CET 2019
---
src/input/decoder.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 93d49a9289..503e89d0b4 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -509,8 +509,6 @@ static int vout_update_format( decoder_t *p_dec )
vlc_ureduce( &fmt.i_sar_num, &fmt.i_sar_den,
fmt.i_sar_num, fmt.i_sar_den, 50000 );
- video_format_AdjustColorSpace( &fmt );
-
vlc_mutex_lock( &p_owner->lock );
p_vout = p_owner->p_vout;
--
2.17.1
More information about the vlc-devel
mailing list