Esempio n. 1
0
File: context.go Progetto: ovr/goav
func (s *Context) AvFormatGetProbeScore() int {
	return int(C.av_format_get_probe_score((*C.struct_AVFormatContext)(s)))
}
Esempio 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)))
}