projects
/
libav.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
sse2 16x16 sum squared diff (306=>268 cycles on a K8)
[libav.git]
/
ffserver.h
Commit
Line
Data
e3e105b3
FB
1
#ifndef FFSERVER_H
2
#define FFSERVER_H
3
4
/* interface between ffserver and modules */
5
6
void ffserver_module_init(void);
7
8
#endif