Exemplo n.º 1
0
Arquivo: context.go Projeto: ovr/goav
func (s *Context) AvFormatGetProbeScore() int {
	return int(C.av_format_get_probe_score((*C.struct_AVFormatContext)(s)))
}
Exemplo n.º 2
0
//int av_format_get_probe_score (const AVFormatContext *s)
func Av_format_get_probe_score(s *AVFormatContext) int {
	return int(C.av_format_get_probe_score((*C.struct_AVFormatContext)(s)))
}