avcodec/ffv1enc: remove warning about transparency

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Jérôme Martinez
2018-03-07 13:26:36 +01:00
committed by Michael Niedermayer
parent 63d875772d
commit 00035a6b4a

View File

@@ -685,9 +685,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
s->ac = AC_RANGE_CUSTOM_TAB;
}
}
if (s->transparency) {
av_log(avctx, AV_LOG_WARNING, "Storing alpha plane, this will require a recent FFV1 decoder to playback!\n");
}
#if FF_API_PRIVATE_OPT
FF_DISABLE_DEPRECATION_WARNINGS
if (avctx->context_model)