Switching to Av libs to handle cover pictures

This commit is contained in:
emeric
2014-03-13 13:52:16 +01:00
parent 7fb9b5bd1d
commit 507a3bdaae
11 changed files with 82 additions and 31 deletions
+4
View File
@@ -17,6 +17,9 @@ extern "C" {
#include <string>
namespace Av
{
void AvInit();
@@ -40,5 +43,6 @@ class AvError
int _errnum;
};
} // namespace Av
#endif