Mercurial > libavcodec.hg
changeset 4896:b1fd0281c139 libavcodec
Remove unused variable.
author | diego |
---|---|
date | Wed, 02 May 2007 23:11:23 +0000 |
parents | bcff4564b786 |
children | 8f47dc8782f9 |
files | h264.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Wed May 02 20:42:44 2007 +0000 +++ b/h264.c Wed May 02 23:11:23 2007 +0000 @@ -5299,8 +5299,6 @@ dct8x8_allowed = get_dct8x8_allowed(h); for(list=0; list<h->list_count; list++){ - const int ref_count= IS_REF0(mb_type) ? 1 : h->ref_count[list]; - for(i=0; i<4; i++){ if(IS_DIRECT(h->sub_mb_type[i])) { h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ];