mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
e3e105b38a
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
|