I'm looking for a convenient way to get a list of codecs supported by 
particular format.
I noticed that each AVOutputFormat has

const struct AVCodecTag **codec_tag;

However, AVCodecTag is only defined in riff.h, and comment in riff.h 
tells me that it is prohibited to include this header into application.
Why can't i use codec_tag? Is it incomplete? If so, where i could get 
this list?

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to