Davy Durham <ddurham@...> writes: > >> I don't immediately see something like a struct for each > >> supported codec that describes all the options for that > >> codec. [Did I miss it?] > > > > I think so because many codecs have an AVOption struct that > > describe their codec-specific options. > > (Many options are global though). > > Would libavcodec/ac3enc.h: struct AC3EncOptions be an example?
The struct to describe the options for ac-3 encoding is ac3_options[] in ac3enc_opts_template.c. Options can be set programmatically, but I am not an expert for this;-( Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
