[FFmpeg-devel] [PATCH] y41penc: Mark as experimental.

Michael Niedermayer michaelni at gmx.at
Mon Jan 2 04:06:35 CET 2012


The Y41P encoder together with the avi muxer does not generate
playable files, thus it is better to mark it as experimental so
users do not generate unplayable files by mistake.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavcodec/y41penc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/y41penc.c b/libavcodec/y41penc.c
index b8b4a2e..48d4d45 100644
--- a/libavcodec/y41penc.c
+++ b/libavcodec/y41penc.c
@@ -98,4 +98,5 @@ AVCodec ff_y41p_encoder = {
     .pix_fmts     = (const enum PixelFormat[]) { PIX_FMT_YUV411P,
                                                  PIX_FMT_NONE },
     .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed YUV 4:1:1 12-bit"),
+    .capabilities = CODEC_CAP_EXPERIMENTAL,
 };
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list