mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-07 13:45:18 -05:00
12 lines
108 B
C++
12 lines
108 B
C++
#include "pch.h"
|
|
#include "Transcoder.h"
|
|
|
|
int Init()
|
|
{
|
|
return 42;
|
|
}
|
|
|
|
Video ScanVideo(std::string path)
|
|
{
|
|
|
|
} |