Fixed regression on the transcoder
This commit is contained in:
@@ -60,7 +60,7 @@ TranscodeResource::handleRequest(const Wt::Http::Request& request,
|
|||||||
if (continuation)
|
if (continuation)
|
||||||
{
|
{
|
||||||
LMS_LOG(UI, DEBUG) << "Continuation! " << continuation ;
|
LMS_LOG(UI, DEBUG) << "Continuation! " << continuation ;
|
||||||
transcoder = boost::any_cast<std::shared_ptr<Av::Transcoder>>(continuation->data());
|
transcoder = Wt::cpp17::any_cast<std::shared_ptr<Av::Transcoder>>(continuation->data());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user