[vlc-devel] [PATCH 3/3] decoder: no need to clean the colorimetry in vout_update_format()

Steve Lhomme robux4 at ycbcr.xyz
Wed Jun 5 17:50:27 CEST 2019


---
 src/input/decoder.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/input/decoder.c b/src/input/decoder.c
index 45cf9844b1..3239dd4c2e 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -507,8 +507,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