[FFmpeg-cvslog] flashsv2enc: remove experimental flag, the encoder seems working now

Michael Niedermayer git at videolan.org
Sat Sep 8 02:31:37 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Sep  7 22:53:21 2012 +0200| [097c64ffcb6aaff6b054b58d4a4ba0b10e3d68de] | committer: Michael Niedermayer

flashsv2enc: remove experimental flag, the encoder seems working now

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=097c64ffcb6aaff6b054b58d4a4ba0b10e3d68de
---

 libavcodec/flashsv2enc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/flashsv2enc.c b/libavcodec/flashsv2enc.c
index 64e05fb..9725f29 100644
--- a/libavcodec/flashsv2enc.c
+++ b/libavcodec/flashsv2enc.c
@@ -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,
 };



More information about the ffmpeg-cvslog mailing list