projects
/
libav.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
[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