Commit c153c003 authored by Michael Niedermayer's avatar Michael Niedermayer

j2kenc: update function name.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3e48dcea
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment