agfline / LibAAF

Library for Advanced Authoring Format (AAF) file reading.
GNU General Public License v2.0
25 stars 5 forks source link

Add missing include, fix type ambiguity #8

Closed x42 closed 10 months ago

x42 commented 10 months ago

AAF_Iface and aafiAudioEssence are typedef'ed structs.

The alternative would be to change the declaration to

char * locate_external_essence_file( struct AAF_Iface *aafi, ...