libopenjpegenc: remove leftover because older version of patch being applied

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Paul B Mahol 2012-03-26 13:01:56 +00:00 committed by Michael Niedermayer
parent 04dc7e7e5e
commit 3f26a87488
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ static av_cold int libopenjpeg_encode_init(AVCodecContext *avctx)
ctx->enc_params.cp_fixed_quality = ctx->fixed_quality;
ctx->enc_params.tcp_numlayers = ctx->numlayers;
ctx->enc_params.tcp_rates[0] = FFMAX(avctx->compression_level, 0) * 2;
ctx->enc_params.cp_disto_alloc = 1;
ctx->compress = opj_create_compress(ctx->format);
if (!ctx->compress) {