comparison ffv1.c @ 10048:88dcf5f43a9c libavcodec

Fix typo.
author cehoyos
date Fri, 14 Aug 2009 16:41:21 +0000
parents 4fd9ac9978e5
children fef90da31453
comparison
equal deleted inserted replaced
10047:0846d33d6a68 10048:88dcf5f43a9c
673 av_log(avctx, AV_LOG_ERROR, "More than 8 bit per component is still experimental and no gurantee is yet made for future compatibility\n" 673 av_log(avctx, AV_LOG_ERROR, "More than 8 bit per component is still experimental and no gurantee is yet made for future compatibility\n"
674 "Use vstrict=-2 / -strict -2 to use it anyway.\n"); 674 "Use vstrict=-2 / -strict -2 to use it anyway.\n");
675 return -1; 675 return -1;
676 } 676 }
677 if(avctx->bits_per_raw_sample <=8){ 677 if(avctx->bits_per_raw_sample <=8){
678 av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample inavlid\n"); 678 av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n");
679 return -1; 679 return -1;
680 } 680 }
681 s->version= 1; 681 s->version= 1;
682 case PIX_FMT_YUV444P: 682 case PIX_FMT_YUV444P:
683 case PIX_FMT_YUV422P: 683 case PIX_FMT_YUV422P: