diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-04-14 10:37:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-04-14 10:37:40 +0000 |
commit | b548f2b91b701e1235608ac882ea6df915167c7e (patch) | |
tree | c0fc21cd9737c3979fcad0ca04f58ce9ee47ce57 /libavcodec/ffv1.c | |
parent | 611fd605a30d18711a464c0a3e4b208187f5c348 (diff) | |
download | ffmpeg-b548f2b91b701e1235608ac882ea6df915167c7e.tar.gz |
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
changes within 1 month after my warning so they are officially no longer
experimental and we will gurantee decodeability of files encoded with
the currenzt ffv1/ffvhuff in the future
Originally committed as revision 5288 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r-- | libavcodec/ffv1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 0f9b3446b8..36a85d9a42 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -550,12 +550,6 @@ static int encode_init(AVCodecContext *avctx) FFV1Context *s = avctx->priv_data; int i; - if(avctx->strict_std_compliance >FF_COMPLIANCE_EXPERIMENTAL){ - av_log(avctx, AV_LOG_ERROR, "this codec is under development, files encoded with it may not be decodeable with future versions!!!\n" - "use vstrict=-2 / -strict -2 to use it anyway\n"); - return -1; - } - common_init(avctx); s->version=0; |