changeset 2051:b432d6a4c7ca libavcodec

remove stupid YV12-huffyuv warning
author michael
date Tue, 01 Jun 2004 11:53:03 +0000
parents c89a3019e088
children 4032a03192ec
files huffyuv.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/huffyuv.c	Mon May 31 23:44:02 2004 +0000
+++ b/huffyuv.c	Tue Jun 01 11:53:03 2004 +0000
@@ -475,10 +475,6 @@
     
     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: