mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-21 05:11:59 +08: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
|