audioconvert.h isn't in the HEADERS list of libavcodec/Makefile, but audioconvert.h declares functions for public use (I use av_audio_convert to resample audio). So, probably it's not widely used header and it was left out? Also, there is a avcodec_get_channel_name declared; this function isn't referenced or defined anywhere.