mirror of https://github.com/FFmpeg/FFmpeg.git
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
2c4ae653af
commit
e3e105b38a
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
#ifndef FFSERVER_H |
||||||
|
#define FFSERVER_H |
||||||
|
|
||||||
|
/* interface between ffserver and modules */ |
||||||
|
|
||||||
|
void ffserver_module_init(void); |
||||||
|
|
||||||
|
#endif |
Loading…
Reference in new issue