[SCM] libav/experimental: Remove unused variable.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:50:42 UTC 2013
The following commit has been merged in the experimental branch:
commit b7cff9ce7c4beb181daa0284ad3ad8fd575e4c8d
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Sep 10 18:16:19 2006 +0000
Remove unused variable.
Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c
index 3bf22bc..41912bb 100644
--- a/libavcodec/vorbis.c
+++ b/libavcodec/vorbis.c
@@ -1693,7 +1693,7 @@ static int vorbis_decode_frame(AVCodecContext *avccontext,
vorbis_context *vc = avccontext->priv_data ;
GetBitContext *gb = &(vc->gb);
- int_fast16_t i, len;
+ int_fast16_t len;
if(!buf_size){
return 0;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list