Breakable training, added cache

This commit is contained in:
emeric
2019-02-27 13:57:43 +01:00
parent 6fcb693261
commit 11a0ed9f12
23 changed files with 632 additions and 288 deletions
+1 -3
View File
@@ -48,9 +48,7 @@ struct TranscodeParameters
Encoding encoding = Encoding::MP3;
std::size_t bitrate = 128000;
boost::optional<std::size_t> stream = boost::none; // Id of the stream to be transcoded (auto detect by default)
boost::optional<std::chrono::seconds> offset = boost::none;;
TranscodeParameters() = default;
boost::optional<std::chrono::seconds> offset = boost::none;
};
class Transcoder