You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
remove stupid YV12-huffyuv warning
Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -475,10 +475,6 @@ static int encode_init(AVCodecContext *avctx)
|
|||||||
|
|
||||||
switch(avctx->pix_fmt){
|
switch(avctx->pix_fmt){
|
||||||
case PIX_FMT_YUV420P:
|
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;
|
s->bitstream_bpp= 12;
|
||||||
break;
|
break;
|
||||||
case PIX_FMT_YUV422P:
|
case PIX_FMT_YUV422P:
|
||||||
|
Reference in New Issue
Block a user