mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 05:20:48 +00:00
doc/examples/http_multiclient: fix compilation
Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
This commit is contained in:
parent
352ca77f8a
commit
fb5e58cd77
@ -33,7 +33,7 @@
|
|||||||
#include <libavutil/opt.h>
|
#include <libavutil/opt.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
void process_client(AVIOContext *client, const char *in_uri)
|
static void process_client(AVIOContext *client, const char *in_uri)
|
||||||
{
|
{
|
||||||
AVIOContext *input = NULL;
|
AVIOContext *input = NULL;
|
||||||
uint8_t buf[1024];
|
uint8_t buf[1024];
|
||||||
|
Loading…
Reference in New Issue
Block a user