[vlc-devel] [PATCH 1/3] Revert "vout: do not trigger the crop callback"
Steve Lhomme
robux4 at ycbcr.xyz
Thu Aug 27 12:06:33 CEST 2020
This reverts commit cdb40e2e7eded50d71d1b55c8e3db04b68bd5732.
---
src/video_output/vout_intf.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 4fb207ff469..3518a92361e 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -308,6 +308,8 @@ void vout_IntfInit( vout_thread_t *p_vout )
void vout_IntfReinit( vout_thread_t *p_vout )
{
+ var_TriggerCallback( p_vout, "crop" );
+
var_TriggerCallback( p_vout, "video-on-top" );
var_TriggerCallback( p_vout, "video-wallpaper" );
--
2.26.2
More information about the vlc-devel
mailing list