[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] =?utf-8?q?HG=3A_xine-lib-1=2E2=3A_No_need_for_callback?= =?utf-8?q?_data_if_callback_is_N
From:       Petri_Hintukainen via Xine-cvslog <xine-cvslog () lists ! sourceforge ! net
Date:       2017-09-30 12:57:40
Message-ID: 42f4565b76f76dfd6fcf.1506693787 () hg ! debian ! org
[Download RAW message or body]

# HG changeset patch
# User Petri Hintukainen <phintuka@users.sourceforge.net>
# Date 1506693787 -10800
# Node ID 42f4565b76f76dfd6fcf009db6c176077789bae5
# Branch  default
# Parent  5e5ed95fda476fb795c3057a550cd2d7e7f8bfea
No need for callback data if callback is NULL

diff --git a/src/video_out/video_out_vaapi.c b/src/video_out/video_out_vaapi.c
--- a/src/video_out/video_out_vaapi.c
+++ b/src/video_out/video_out_vaapi.c
@@ -4038,7 +4038,7 @@
        _("The default number of video frames to request "
          "from xine video out driver. Some drivers will "
          "override this setting with their own values."),
-      20, NULL, this);
+      20, NULL, NULL);
 
   /* now make sure we have at least 22 frames, to prevent
    * locks with vdpau_h264 */
@@ -4162,7 +4162,7 @@
   this->guarded_render = config->register_num( config, "video.output.vaapi_guarded_render", 1,
         _("vaapi: set vaapi_guarded_render to 0 ( no ) 1 ( yes )"),
         _("vaapi: set vaapi_guarded_render to 0 ( no ) 1 ( yes )"),
-        10, NULL, this );
+        10, NULL, NULL );
 
   this->scaling_level_enum = config->register_enum(config, "video.output.vaapi_scaling_level", 0,
     (char **)scaling_level_enum_names,

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic