summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_theora.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
commite364249f21f7273f86d03264ec4d6d4957bd7dd5 (patch)
tree8c44cb7b9d1d67ba58f022cded15221175d5354f /libmpcodecs/vd_theora.c
parent4a3877c93ac469786ab704159b1a4744621daf73 (diff)
downloadmpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.bz2
mpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.xz
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd_theora.c')
-rw-r--r--libmpcodecs/vd_theora.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vd_theora.c b/libmpcodecs/vd_theora.c
index 6bf1248155..58321aa4f2 100644
--- a/libmpcodecs/vd_theora.c
+++ b/libmpcodecs/vd_theora.c
@@ -142,7 +142,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags)
ogg_packet op;
yuv_buffer yuv;
mp_image_t* mpi;
- int i;
memset (&op, 0, sizeof (op));
op.bytes = len;