mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
04dc7e7e5e
commit
3f26a87488
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue