> > > > I'm using libav* in my application, and would like to print all the > > metadata > > in a file. > > however I noticed that in order to get all the individual AVMetadataTag, > I > > would need to #include metadata.h > > which is currently an "internal" header. > > > > is there a better way to do this? > > > > Yes, use the av_metadata_* methods in avcodec.h, and pass ¨¨ for the option > name, and tell it to match partial strings. That will start returning > every > meta data element. > > - Art >
Much obliged _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
