You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
added include for ffserver dynamically loaded modules
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
8
ffserver.h
Normal file
8
ffserver.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef FFSERVER_H
|
||||
#define FFSERVER_H
|
||||
|
||||
/* interface between ffserver and modules */
|
||||
|
||||
void ffserver_module_init(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user