@ -1017,6 +1024,7 @@ static int vp8_encode(AVCodecContext *avctx, AVPacket *pkt,
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),AV_OPT_TYPE_INT,{.i64=-1},-1,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}, \
{"drop-threshold","Frame drop threshold",offsetof(VP8Context,drop_threshold),AV_OPT_TYPE_INT,{.i64=0},INT_MIN,INT_MAX,VE}, \
{"rc_init_occupancy","number of bits which should be loaded into the rc buffer before decoding starts",OFFSET(rc_initial_buffer_occupancy),AV_OPT_TYPE_INT,{.i64=DEFAULT},INT_MIN,INT_MAX,V|E},