flashsv2enc: mark encoder experimental

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-04-29 03:06:06 +02:00
parent c83a528193
commit f0f3425311
1 changed files with 1 additions and 0 deletions

View File

@ -903,4 +903,5 @@ AVCodec ff_flashsv2_encoder = {
flashsv2_encode_end,
.pix_fmts = (enum PixelFormat[]) {PIX_FMT_BGR24, PIX_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("Flash Screen Video Version 2"),
.capabilities = CODEC_CAP_EXPERIMENTAL,
};