X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fblackmagic%2Fcapture.cpp;h=f57a48c65bfd1b3492d392cecb43989f812a970b;hb=05812d33728689c0c531b81e283cd4616ab07842;hp=5acec9dc64815f59de2e148dd7cbbb8888b6d3bd;hpb=2fe1ea37f9c3bc61b0ae4845bf9db9194f0a93d9;p=kdenlive diff --git a/src/blackmagic/capture.cpp b/src/blackmagic/capture.cpp index 5acec9dc..f57a48c6 100644 --- a/src/blackmagic/capture.cpp +++ b/src/blackmagic/capture.cpp @@ -805,14 +805,14 @@ void BmdCaptureHandler::startCapture(const QString &path) fprintf(stderr, "Could not open video output file \"%s\"\n", videopath.toUtf8().constData()); return; } - if (KdenliveSettings::hdmicaptureaudio()) { + /*if (KdenliveSettings::hdmicaptureaudio()) { audioOutputFile = open(audiopath.toUtf8().constData(), O_WRONLY | O_CREAT | O_TRUNC, 0664); if (audioOutputFile < 0) { emit gotMessage(i18n("Could not open audio output file %1", audiopath)); fprintf(stderr, "Could not open video output file \"%s\"\n", audiopath.toUtf8().constData()); return; } - } + }*/ } void BmdCaptureHandler::stopCapture()