On 04/21/2011 01:23 PM, Justin Ruggles wrote: > > This will allow audio decoders to support output of different sample formats > as a runtime option. > --- > libavcodec/avcodec.h | 7 +++++++ > libavcodec/options.c | 6 ++++++ > libavcodec/version.h | 2 +- > 3 files changed, 14 insertions(+), 1 deletions(-)
After some discussions on IRC, I've decided to drop this patch set. The final goal is to have audio decoders output only in their native sample format. Adapting the ffmpeg tool to handle multiple decoder sample formats is possible, but it's proving too messy to be worth it as a temporary solution. I'll submit a new patch set which will use a configure option like in FFmpeg. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
