1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a comment about DirectSound codecs.

This commit is contained in:
jules 2014-08-27 16:12:11 +01:00
parent 2fd89b0ac4
commit d3e378aa4a

View file

@ -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;
}