]> git.sesse.net Git - kdenlive/blobdiff - src/blackmagic/devices.cpp
Fix some compilation warnings
[kdenlive] / src / blackmagic / devices.cpp
index e3f83287aad2211c36d64b2811c2fe3f95d07554..825ac621fb082bda029564f413aa0f90e55c5288 100644 (file)
@@ -90,13 +90,13 @@ void BMInterface::getBlackMagicDeviceList(KComboBox *devicelist, KComboBox *mode
                            result = displayMode->GetName((const char **) &displayModeString);
                            if (result == S_OK)
                            {
-                               char                                    modeName[64];
+                               //char                                  modeName[64];
                                int                                             modeWidth;
                                int                                             modeHeight;
                                BMDTimeValue                    frameRateDuration;
                                BMDTimeScale                    frameRateScale;
-                               int                                             pixelFormatIndex = 0; // index into the gKnownPixelFormats / gKnownFormatNames arrays
-                               BMDDisplayModeSupport   displayModeSupport;
+                               //int                                           pixelFormatIndex = 0; // index into the gKnownPixelFormats / gKnownFormatNames arrays
+                               //BMDDisplayModeSupport displayModeSupport;
 
 
                                // Obtain the display mode's properties