[vlc-devel] [PATCH 3/3] Revert "vout: do not trigger zoom callback"
Steve Lhomme
robux4 at ycbcr.xyz
Thu Aug 27 12:06:35 CEST 2020
This reverts commit b36b927215944f9476ae30eb81661ee6583a58c7.
---
src/video_output/vout_intf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 4f2b2d71d1c..151c627088c 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -308,6 +308,7 @@ void vout_IntfInit( vout_thread_t *p_vout )
void vout_IntfReinit( vout_thread_t *p_vout )
{
+ var_TriggerCallback( p_vout, "zoom" );
var_TriggerCallback( p_vout, "crop" );
var_TriggerCallback( p_vout, "aspect-ratio" );
--
2.26.2
More information about the vlc-devel
mailing list