RĂ©mi Denis-Courmont pushed to branch 3.0.x at VideoLAN / VLC


Commits:
be426a63 by Craig Huggins at 2024-02-19T17:25:46+00:00
Use requested win32 dvb-adapter parameter

(cherry picked from commit 81ce022fae048e4d5a17a08f7d15cea68d68adeb)
- - - - -


1 changed file:

- modules/access/dtv/bdagraph.cpp


Changes:

=====================================
modules/access/dtv/bdagraph.cpp
=====================================
@@ -2054,7 +2054,7 @@ HRESULT BDAGraph::Check( REFCLSID guid_this_network_type )
      * available, so return with an error. */
 
     long l_adapter = -1;
-    l_adapter = var_GetInteger( p_access, "dvb-adapter" );
+    l_adapter = var_InheritInteger( p_access, "dvb-adapter" );
     if( l_tuner_used < 0 && l_adapter >= 0 )
         l_tuner_used = l_adapter - 1;
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/be426a636a356e16a4b2f22790624748c338987a

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/be426a636a356e16a4b2f22790624748c338987a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to