changeset 11529:a3a0b6af702e libavcodec

Throw out last experimental warning that was printed for colorspaces with more than 8 bits per component. This does no good except scaring users away.
author michael
date Mon, 22 Mar 2010 15:04:11 +0000
parents b0e1c40e9d07
children 86e4be64519e
files ffv1.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ffv1.c	Mon Mar 22 14:57:50 2010 +0000
+++ b/ffv1.c	Mon Mar 22 15:04:11 2010 +0000
@@ -669,11 +669,6 @@
     case PIX_FMT_YUV444P16:
     case PIX_FMT_YUV422P16:
     case PIX_FMT_YUV420P16:
-        if(avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL){
-            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"
-               "Use vstrict=-2 / -strict -2 to use it anyway.\n");
-            return -1;
-        }
         if(avctx->bits_per_raw_sample <=8){
             av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n");
             return -1;