]> git.sesse.net Git - ffmpeg/blob - ffserver.h
Fix synthetic next_pts calculation / audio pts patch by (Wolfram Gloger <wmglo at...
[ffmpeg] / ffserver.h
1 #ifndef FFSERVER_H
2 #define FFSERVER_H
3
4 /* interface between ffserver and modules */
5
6 void ffserver_module_init(void);
7
8 #endif