Commit 285a0859 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

nativewindowpriv: change default min_undequeued value

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4bb9b344
...@@ -177,7 +177,7 @@ int ANativeWindowPriv_getMinUndequeued( native_window_priv *priv, unsigned int * ...@@ -177,7 +177,7 @@ int ANativeWindowPriv_getMinUndequeued( native_window_priv *priv, unsigned int *
#endif #endif
/* set a minimum value of min_undequeued in case query fails */ /* set a minimum value of min_undequeued in case query fails */
if( *min_undequeued == 0 ) if( *min_undequeued == 0 )
*min_undequeued = 2; *min_undequeued = 1;
LOGD( "getMinUndequeued: %p %u", priv->anw, *min_undequeued ); LOGD( "getMinUndequeued: %p %u", priv->anw, *min_undequeued );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment