j2kenc: update function name.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-27 18:59:37 +02:00
parent 3e48dceac0
commit c153c00367
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ static int encode_tile(J2kEncoderContext *s, J2kTile *tile, int tileno)
J2kComponent *comp = s->tile[tileno].comp + compno;
av_log(s->avctx, AV_LOG_DEBUG,"dwt\n");
if (ret = ff_dwt_encode(&comp->dwt, comp->data))
if (ret = ff_j2k_dwt_encode(&comp->dwt, comp->data))
return ret;
av_log(s->avctx, AV_LOG_DEBUG,"after dwt -> tier1\n");