Do not use exceptions when scan file error occurs
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user