Skip to content
Snippets Groups Projects
Commit e81e0b99 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

parent 8d756c0d
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ typedef struct Context { ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment