예제 #1
0
파일: context.go 프로젝트: gale320/goav
func (ctxt *Context) AvCodecGetLowres() int {
	return int(C.av_codec_get_lowres((*C.struct_AVCodecContext)(ctxt)))
}
예제 #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)))
}