func (ctxt *Context) AvCodecSetLowres(i int) { C.av_codec_set_lowres((*C.struct_AVCodecContext)(ctxt), C.int(i)) }
//void av_codec_set_lowres (AVCodecContext *avctx, int val) func Av_codec_set_lowres(ctxt *AVCodecContext, i int) { C.av_codec_set_lowres((*C.struct_AVCodecContext)(ctxt), C.int(i)) }