projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
version update, msg txt
[goodguy/history.git]
/
cinelerra-5.1
/
libzmpeg3
/
css.C
1
2
#include "libzmpeg3.h"
3
4
zcss_t::
5
css_t() {}
6
7
zcss_t::
8
~css_t() {}
9
10
int zcss_t::
11
get_keys(char *fpath)
12
{
13
return 1;
14
}
15
16
int zcss_t::
17
decrypt_packet(uint8_t *sector, int offset)
18
{
19
return 1;
20
}
21