[FFmpeg-cvslog] cache: remove unused variable in cache_open

Jean First git at videolan.org
Sat Dec 31 02:28:43 CET 2011


ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Fri Dec 30 21:08:00 2011 +0100| [3ceb4c907e2b0a0b09a8815b7fbb55227e44c893] | committer: Michael Niedermayer

cache: remove unused variable in cache_open

Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ceb4c907e2b0a0b09a8815b7fbb55227e44c893
---

 libavformat/cache.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/cache.c b/libavformat/cache.c
index d94cf5f..e098a31 100644
--- a/libavformat/cache.c
+++ b/libavformat/cache.c
@@ -51,7 +51,6 @@ typedef struct Context {
 
 static int cache_open(URLContext *h, const char *arg, int flags)
 {
-    int access;
     const char *buffername;
     Context *c= h->priv_data;
 



More information about the ffmpeg-cvslog mailing list