Example #1
0
func (ctxt *Context) AvCodecGetLowres() int {
	return int(C.av_codec_get_lowres((*C.struct_AVCodecContext)(ctxt)))
}
Example #2
0
//int 	av_codec_get_lowres (const AVCodecContext *avctx)
func Av_codec_get_lowres(ctxt *AVCodecContext) int {
	return int(C.av_codec_get_lowres((*C.struct_AVCodecContext)(ctxt)))
}