Add copyright/copyrightURL support and display it in the release view

This commit is contained in:
emeric
2018-09-21 14:00:15 +02:00
parent c464200644
commit f5f6136159
13 changed files with 139 additions and 19 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ 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::optional<std::chrono::seconds> offset = boost::none;;
TranscodeParameters() {}
TranscodeParameters() = default;
};
class Transcoder