Browse code

flashsv2enc: mark encoder experimental Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/04/29 10:06:06
Showing 1 changed files
... ...
@@ -903,4 +903,5 @@ AVCodec ff_flashsv2_encoder = {
903 903
     flashsv2_encode_end,
904 904
     .pix_fmts = (enum PixelFormat[]) {PIX_FMT_BGR24, PIX_FMT_NONE},
905 905
     .long_name = NULL_IF_CONFIG_SMALL("Flash Screen Video Version 2"),
906
+    .capabilities   =  CODEC_CAP_EXPERIMENTAL,
906 907
 };