{"rc_lookahead","Number of frames to look ahead for alternate reference frame selection",offsetof(VP8Context,lag_in_frames),FF_OPT_TYPE_INT,{.dbl=-1},-1,25,VE},
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),FF_OPT_TYPE_INT,{.dbl=-1},-1,63,VE},
{"rc_lookahead","Number of frames to look ahead for alternate reference frame selection",offsetof(VP8Context,lag_in_frames),AV_OPT_TYPE_INT,{.dbl=-1},-1,25,VE},
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),AV_OPT_TYPE_INT,{.dbl=-1},-1,63,VE},
#else
{"rc_lookahead","Number of frames to look ahead for alternate reference frame selection",offsetof(VP8Context,lag_in_frames),FF_OPT_TYPE_INT,{.dbl=25},0,25,VE},
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),FF_OPT_TYPE_INT,{.dbl=0},0,63,VE},
{"rc_lookahead","Number of frames to look ahead for alternate reference frame selection",offsetof(VP8Context,lag_in_frames),AV_OPT_TYPE_INT,{.dbl=25},0,25,VE},
{"crf","Select the quality for constant quality mode",offsetof(VP8Context,crf),AV_OPT_TYPE_INT,{.dbl=0},0,63,VE},
{"dpi","set the image resolution (in dpi)",offsetof(TiffEncoderContext,dpi),FF_OPT_TYPE_INT,{.dbl=72},1,0x10000,AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},
{"dpi","set the image resolution (in dpi)",offsetof(TiffEncoderContext,dpi),AV_OPT_TYPE_INT,{.dbl=72},1,0x10000,AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},