mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
cache: remove unused variable in cache_open
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9bfaeee5f3
commit
3ceb4c907e
@ -51,7 +51,6 @@ 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)
|
||||||
{
|
{
|
||||||
int access;
|
|
||||||
const char *buffername;
|
const char *buffername;
|
||||||
Context *c= h->priv_data;
|
Context *c= h->priv_data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user