Mercurial > libavcodec.hg
changeset 2252:bfdec93a5a42 libavcodec
unused
author | michael |
---|---|
date | Fri, 24 Sep 2004 18:12:43 +0000 |
parents | ab849bab3472 |
children | 1085c5284bf1 |
files | snow.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/snow.c Fri Sep 24 17:30:04 2004 +0000 +++ b/snow.c Fri Sep 24 18:12:43 2004 +0000 @@ -409,7 +409,6 @@ int spatial_decomposition_count; int temporal_decomposition_count; DWTELEM *spatial_dwt_buffer; - DWTELEM *pred_buffer; int colorspace_type; int chroma_h_shift; int chroma_v_shift; @@ -2514,7 +2513,6 @@ height= s->avctx->height; s->spatial_dwt_buffer= av_mallocz(width*height*sizeof(DWTELEM)); - s->pred_buffer= av_mallocz(width*height*sizeof(DWTELEM)); s->mv_scale= (s->avctx->flags & CODEC_FLAG_QPEL) ? 2 : 4; s->block_max_depth= (s->avctx->flags & CODEC_FLAG_4MV) ? 1 : 0;