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