mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 06:44:29 +00:00
9 lines
126 B
C
9 lines
126 B
C
#ifndef FFSERVER_H
|
|
#define FFSERVER_H
|
|
|
|
/* interface between ffserver and modules */
|
|
|
|
void ffserver_module_init(void);
|
|
|
|
#endif
|