Added Opus transcode support

This commit is contained in:
emeric
2019-05-05 23:33:10 +02:00
parent 099d516091
commit d19ed184b3
11 changed files with 139 additions and 100 deletions
+1 -10
View File
@@ -28,20 +28,11 @@
#include <boost/optional.hpp>
#include "AvInfo.hpp"
#include "AvTypes.hpp"
namespace Av {
enum class Encoding
{
OGA,
OGV,
MP3,
WEBMA,
M4A,
};
std::string encodingToMimetype(Encoding encoding);
struct TranscodeParameters
{