applemedia: replace private function with its public variant
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 25 Apr 2013 09:17:16 +0000 (11:17 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 20 May 2013 11:31:02 +0000 (13:31 +0200)
commitc69f41d2997ba958fb14a6464ec673baca0c5634
treef342a846de897eacb20192f17c851e7b490ca400
parent9b168e6b4d0a1a4dfe8bbcd98bd1c4b6e456be0b
applemedia: replace private function with its public variant

FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom
is an un-documented private function which might change its signature
as it already did in the past. Replace it with
CMVideoFormatDescriptionCreate and the also un-documented Extensions
dictionary.
sys/applemedia/vtdec.c
sys/applemedia/vtutil.c
sys/applemedia/vtutil.h