Currently, this option is accessed through AVCodecContext.mb_threshold,
which originally controlled reusing MB data when transcoding mpeg to
mpeg. Since the libvpx meaning is completely different from the original
mpegvideo meaning, it is better to use a separate private option for
this.
" is still done over the partition boundary.",0,AV_OPT_TYPE_CONST,{.i64=VPX_ERROR_RESILIENT_PARTITIONS},0,0,VE,"er"},
#endif
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),AV_OPT_TYPE_INT,{.i64=0},0,63,VE},
{"static-thresh","A change threshold on blocks below which they will be skipped by the encoder",OFFSET(static_thresh),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,VE},