avcodec/ffv1enc: remove warning about transparency
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
63d875772d
commit
00035a6b4a
@@ -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)
|
||||
|
Reference in New Issue
Block a user