Commit 097c64ff authored by Michael Niedermayer's avatar Michael Niedermayer

flashsv2enc: remove experimental flag, the encoder seems working now

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 070b0e1c
......@@ -929,5 +929,4 @@ AVCodec ff_flashsv2_encoder = {
.close = flashsv2_encode_end,
.pix_fmts = (const enum PixelFormat[]){ PIX_FMT_BGR24, PIX_FMT_NONE },
.long_name = NULL_IF_CONFIG_SMALL("Flash Screen Video Version 2"),
.capabilities = CODEC_CAP_EXPERIMENTAL,
};
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