Mercurial > libavcodec.hg
changeset 4598:5111fceeb971 libavcodec
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
author | diego |
---|---|
date | Tue, 27 Feb 2007 00:24:49 +0000 |
parents | b003bca23af2 |
children | 2cd245d65761 |
files | dsputil.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Tue Feb 27 00:18:38 2007 +0000 +++ b/dsputil.c Tue Feb 27 00:24:49 2007 +0000 @@ -4097,7 +4097,7 @@ c->try_8x8basis= try_8x8basis_c; c->add_8x8basis= add_8x8basis_c; -#ifdef CONFIG_SNOW_ENCODER +#ifdef CONFIG_SNOW_DECODER c->vertical_compose97i = ff_snow_vertical_compose97i; c->horizontal_compose97i = ff_snow_horizontal_compose97i; c->inner_add_yblock = ff_snow_inner_add_yblock;