Restyle
This commit is contained in:
parent
5b79f296d6
commit
fccf66fba2
280 changed files with 56975 additions and 71885 deletions
|
@ -1,15 +1,14 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
#include "dtsc.h"
|
||||
#include <string>
|
||||
|
||||
namespace Subtitle {
|
||||
|
||||
struct Packet {
|
||||
namespace Subtitle{
|
||||
|
||||
struct Packet{
|
||||
std::string subtitle;
|
||||
uint64_t duration;
|
||||
};
|
||||
|
||||
Packet getSubtitle(DTSC::Packet packet, DTSC::Meta meta);
|
||||
|
||||
}
|
||||
|
||||
}// namespace Subtitle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue