comparison mpegvideo_enc.c @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents 493dc59d469a
children e44443c512b1
comparison
equal deleted inserted replaced
6485:949e4f444a50 6486:3f96dc62c4b9
423 av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=2\n"); 423 av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=2\n");
424 return -1; 424 return -1;
425 } 425 }
426 426
427 if(s->avctx->scenechange_threshold < 1000000000 && (s->flags & CODEC_FLAG_CLOSED_GOP)){ 427 if(s->avctx->scenechange_threshold < 1000000000 && (s->flags & CODEC_FLAG_CLOSED_GOP)){
428 av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection arent supported yet, set threshold to 1000000000\n"); 428 av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection are not supported yet, set threshold to 1000000000\n");
429 return -1; 429 return -1;
430 } 430 }
431 431
432 if((s->flags2 & CODEC_FLAG2_INTRA_VLC) && s->codec_id != CODEC_ID_MPEG2VIDEO){ 432 if((s->flags2 & CODEC_FLAG2_INTRA_VLC) && s->codec_id != CODEC_ID_MPEG2VIDEO){
433 av_log(avctx, AV_LOG_ERROR, "intra vlc table not supported by codec\n"); 433 av_log(avctx, AV_LOG_ERROR, "intra vlc table not supported by codec\n");