cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatible pointer type"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -51,7 +51,7 @@ typedef struct Context {
|
|||||||
|
|
||||||
static int cache_open(URLContext *h, const char *arg, int flags)
|
static int cache_open(URLContext *h, const char *arg, int flags)
|
||||||
{
|
{
|
||||||
const char *buffername;
|
char *buffername;
|
||||||
Context *c= h->priv_data;
|
Context *c= h->priv_data;
|
||||||
|
|
||||||
av_strstart(arg, "cache:", &arg);
|
av_strstart(arg, "cache:", &arg);
|
||||||
|
Reference in New Issue
Block a user