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
+5
View File
@@ -2,6 +2,9 @@
#include <boost/array.hpp>
namespace Av
{
std::string
AvError::to_str(void) const
{
@@ -27,3 +30,5 @@ void AvInit()
av_register_all();
std::cout << "AVCDOEC VERSION = " << avcodec_version() << std::endl;
}
} // namespace Av