[vlc-commits] mosaic_bridge: don't do the chroma fixup in update_format callback
Steve Lhomme
git at videolan.org
Mon Nov 4 10:41:53 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Oct 28 11:28:45 2019 +0100| [48349882b6f8a47ef72ab38356176b55a547b06c] | committer: Steve Lhomme
mosaic_bridge: don't do the chroma fixup in update_format callback
It's already done in the decoder helper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48349882b6f8a47ef72ab38356176b55a547b06c
---
modules/stream_out/mosaic_bridge.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/stream_out/mosaic_bridge.c b/modules/stream_out/mosaic_bridge.c
index a7ee45edc9..0d30e27992 100644
--- a/modules/stream_out/mosaic_bridge.c
+++ b/modules/stream_out/mosaic_bridge.c
@@ -625,9 +625,6 @@ static void video_update_format( video_format_t *video, es_format_t *fmt_out )
*video = fmt_out->video;
}
-
- /* */
- fmt_out->video.i_chroma = fmt_out->i_codec;
}
/**********************************************************************
More information about the vlc-commits
mailing list