[SCM] libav/experimental: remove stupid YV12-huffyuv warning
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:40:33 UTC 2013
The following commit has been merged in the experimental branch:
commit fc3e9b148db16e396f00e6e0f98618aaed33b77e
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Tue Jun 1 11:53:03 2004 +0000
remove stupid YV12-huffyuv warning
Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index ecc6a5f..cf98088 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -475,10 +475,6 @@ static int encode_init(AVCodecContext *avctx)
switch(avctx->pix_fmt){
case PIX_FMT_YUV420P:
- if(avctx->strict_std_compliance>=0){
- av_log(avctx, AV_LOG_ERROR, "YV12-huffyuv is experimental, there WILL be no compatbility! (use (v)strict=-1)\n");
- return -1;
- }
s->bitstream_bpp= 12;
break;
case PIX_FMT_YUV422P:
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list