Commit e81e0b99 authored by Michael Niedermayer's avatar Michael Niedermayer

cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatible pointer type"

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8d756c0d
......@@ -51,7 +51,7 @@ typedef struct Context {
static int cache_open(URLContext *h, const char *arg, int flags)
{
const char *buffername;
char *buffername;
Context *c= h->priv_data;
av_strstart(arg, "cache:", &arg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment