mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef FFSERVER_H
|
|
#define FFSERVER_H
|
|
|
|
/* interface between ffserver and modules */
|
|
|
|
void ffserver_module_init(void);
|
|
|
|
#endif
|