Browse Source

added include for ffserver dynamically loaded modules

Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard 22 years ago
parent
commit
e3e105b38a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ffserver.h

+ 8 - 0
ffserver.h

@@ -0,0 +1,8 @@
+#ifndef FFSERVER_H
+#define FFSERVER_H
+
+/* interface between ffserver and modules */
+
+void ffserver_module_init(void);
+
+#endif