Esempio n. 1
0
File: context.go Progetto: ovr/goav
func (s *Context) AvFormatGetSubtitleCodec() *AvCodec {
	return (*AvCodec)(C.av_format_get_subtitle_codec((*C.struct_AVFormatContext)(s)))
}
Esempio n. 2
0
//AVCodec * av_format_get_subtitle_codec (const AVFormatContext *s)
func Av_format_get_subtitle_codec(s *AVFormatContext) *AVCodec {
	return (*AVCodec)(C.av_format_get_subtitle_codec((*C.struct_AVFormatContext)(s)))
}