From d3e378aa4ace3b0996fcbe574731b7f9fb6b09e2 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 27 Aug 2014 16:12:11 +0100 Subject: [PATCH] Added a comment about DirectSound codecs. --- modules/juce_video/native/juce_win32_DirectShowComponent.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/juce_video/native/juce_win32_DirectShowComponent.cpp b/modules/juce_video/native/juce_win32_DirectShowComponent.cpp index 7142bc6505..5762459547 100644 --- a/modules/juce_video/native/juce_win32_DirectShowComponent.cpp +++ b/modules/juce_video/native/juce_win32_DirectShowComponent.cpp @@ -359,6 +359,9 @@ public: return true; } + // Note that if you're trying to open a file and this method fails, you may + // just need to install a suitable codec. It seems that by default DirectShow + // doesn't support a very good range of formats. release(); return false; }