Do not use exceptions when scan file error occurs

This commit is contained in:
emeric
2015-09-02 20:56:12 +02:00
parent f58a277053
commit 14481d1e77
8 changed files with 133 additions and 134 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class AvFormat : public Parser
{
public:
void parse(const boost::filesystem::path& p, Items& items);
bool parse(const boost::filesystem::path& p, Items& items);
private: