proxy: began work towards creating proxy from video
This commit is contained in:
@@ -343,7 +343,7 @@ bool Decoder::HasConformedVersion(const AudioRenderingParams ¶ms)
|
||||
return index_already_matches;
|
||||
}
|
||||
|
||||
void Decoder::SignalIndexProgress(const int64_t &ts)
|
||||
void Decoder::SignalProcessingProgress(const int64_t &ts)
|
||||
{
|
||||
if (stream()->duration() != AV_NOPTS_VALUE && stream()->duration() != 0) {
|
||||
emit IndexProgress(qRound(100.0 * static_cast<double>(ts) / static_cast<double>(stream()->duration())));
|
||||
|
||||
Reference in New Issue
Block a user