mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-30 09:03:23 -05:00
a1ef2ab243
Implement a URL handler to output data to an evbuffer from ffmpeg.
9 lines
160 B
C
9 lines
160 B
C
|
|
#ifndef __FFMPEG_URL_EVBUFFER_H__
|
|
#define __FFMPEG_URL_EVBUFFER_H__
|
|
|
|
int
|
|
register_ffmpeg_evbuffer_url_protocol(void);
|
|
|
|
#endif /* !__FFMPEG_URL_EVBUFFER_H__ */
|