comparison snow.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents f794026f4551
children 337217ecbb3e
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
3336 { 3336 {
3337 SnowContext *s = avctx->priv_data; 3337 SnowContext *s = avctx->priv_data;
3338 int plane_index; 3338 int plane_index;
3339 3339
3340 if(avctx->strict_std_compliance >= 0){ 3340 if(avctx->strict_std_compliance >= 0){
3341 av_log(avctx, AV_LOG_ERROR, "this codec is under development, files encoded with it wont be decodeable with future versions!!!\n" 3341 av_log(avctx, AV_LOG_ERROR, "this codec is under development, files encoded with it may not be decodable with future versions!!!\n"
3342 "use vstrict=-1 / -strict -1 to use it anyway\n"); 3342 "use vstrict=-1 / -strict -1 to use it anyway\n");
3343 return -1; 3343 return -1;
3344 } 3344 }
3345 3345
3346 common_init(avctx); 3346 common_init(avctx);