]> git.sesse.net Git - vlc/blobdiff - modules/access/bda/bdagraph.h
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / bda / bdagraph.h
index 100334c1ae4d60932baec88c0df22caeaddbd73e..3b1b50df09b71856f2d54b356a7350679302be2c 100644 (file)
@@ -23,7 +23,8 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <queue>
+
+#include "bda.h"
 
 using namespace std;
 #ifndef _MSC_VER
@@ -43,13 +44,13 @@ using namespace std;
 /* Work-around a bug in w32api-2.5 */
 /* #   define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE */
 #endif
+
 /* Needed to call CoInitializeEx */
 #define _WIN32_DCOM
 
 #include <dshow.h>
 #include <comcat.h>
 #include "bdadefs.h"
-#include "bda.h"
 
 class BDAOutput
 {
@@ -77,6 +78,7 @@ public:
     virtual ~BDAGraph();
 
     /* */
+    int SubmitCQAMTuneRequest();
     int SubmitATSCTuneRequest();
     int SubmitDVBTTuneRequest();
     int SubmitDVBCTuneRequest();