Jarek M wrote: > Hi. I was wondering what is the codec ID (in enum CodecID in > avcodec.h) is responsible for decoding a simple wav file? > WAV is a container format, not a codec. A WAV could contain sound in one of several possible codecs. See the table codec_wav_tags in libavformat/riff.c
-- Michel Bardiaux http://www.mediaxim.com/ _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
