Files
oak-editor/app/decoder/probeserver.h
T

13 lines
164 B
C++

#ifndef PROBESERVER_H
#define PROBESERVER_H
#include "project/item/footage/footage.h"
namespace olive {
bool ProbeMedia(Footage* f);
}
#endif // PROBESERVER_H