On 2013-04-08 1:54 PM, Matthieu Bouron wrote: > WAV chunks must be even aligned. This patch skip the extra padding byte > if chunk size is odd. > > Fixes ticket #2417. > --- > libavformat/wavdec.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) LGTM. - Derek