Commit f9d0ebb8 authored by michael's avatar michael

remove stupid YV12-huffyuv warning


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3185 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4c61f7d0
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment