[SCM] libav/experimental: Remove unused vars, patch by Ramiro Polla. ramiro ta lisha tod ufsc tod br
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:59:00 UTC 2013
The following commit has been merged in the experimental branch:
commit 4620ce8bb87d4b238c56009aa98a4e4e43964cdd
Author: Ramiro Polla <ramiro at lisha.ufsc.br>
Date: Wed Apr 18 19:46:42 2007 +0000
Remove unused vars, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8753 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index be57bec..1bf865c 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -556,15 +556,11 @@ static int unpack_SQVH(COOKContext *q, int category, int* subband_coef_index,
int* subband_coef_sign) {
int i,j;
int vlc, vd ,tmp, result;
- int ub;
- int cb;
vd = vd_tab[category];
result = 0;
for(i=0 ; i<vpr_tab[category] ; i++){
- ub = get_bits_count(&q->gb);
vlc = get_vlc2(&q->gb, q->sqvh[category].table, q->sqvh[category].bits, 3);
- cb = get_bits_count(&q->gb);
if (q->bits_per_subpacket < get_bits_count(&q->gb)){
vlc = 0;
result = 1;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list