Example #1
0
File: avformat.go Project: ovr/goav
func AvformatGetMovVideoTags() *AvCodecTag {
	return (*AvCodecTag)(C.avformat_get_mov_video_tags())
}
Example #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())
}