prepare to allow disable opt passes
This commit is contained in:
parent
e9911ab0aa
commit
27cde60f0b
3 changed files with 235 additions and 225 deletions
|
|
@ -103,6 +103,14 @@ class DivCSPlayer {
|
|||
stream(buf,len) {}
|
||||
};
|
||||
|
||||
struct DivCSProgress {
|
||||
int stage, count, total;
|
||||
DivCSProgress():
|
||||
stage(0),
|
||||
count(0),
|
||||
total(0) {}
|
||||
};
|
||||
|
||||
// command stream utilities
|
||||
namespace DivCS {
|
||||
int getCmdLength(unsigned char ext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue