Kyoo/Kyoo.Transcoder/Transcoder.cpp
2019-09-05 01:31:45 +02:00

12 lines
108 B
C++

#include "pch.h"
#include "Transcoder.h"
int Init()
{
return 42;
}
Video ScanVideo(std::string path)
{
}