Commit 00035a6b authored by Jérôme Martinez's avatar Jérôme Martinez Committed by Michael Niedermayer

avcodec/ffv1enc: remove warning about transparency

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 63d87577
...@@ -685,9 +685,6 @@ FF_ENABLE_DEPRECATION_WARNINGS ...@@ -685,9 +685,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
s->ac = AC_RANGE_CUSTOM_TAB; 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 #if FF_API_PRIVATE_OPT
FF_DISABLE_DEPRECATION_WARNINGS FF_DISABLE_DEPRECATION_WARNINGS
if (avctx->context_model) if (avctx->context_model)
......
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