Exemplo n.º 1
0
Arquivo: avformat.go Projeto: ovr/goav
func AvformatGetMovVideoTags() *AvCodecTag {
	return (*AvCodecTag)(C.avformat_get_mov_video_tags())
}
Exemplo n.º 2
0
//struct AVCodecTag * avformat_get_mov_video_tags (void)
func Avformat_get_mov_video_tags() *AVCodecTag {
	return (*AVCodecTag)(C.avformat_get_mov_video_tags())
}