diff wav.c @ 3553:c3b9334f46ae libavformat

One-bit bitfields should probably be unsigned. Unfortunately, it is left up to the compiler on how one bit fields are treated. gcc treats one-bit bitfields as signed and allows for the -funsigned-field parameter. Other compilers (like Sun C) treat one-bit bitfields as unsigned no matter what. Patch by Erik Hovland erik hovland org
author takis
date Tue, 08 Jul 2008 23:20:22 +0000
parents 31a0f3b99ef7
children f062deeedb8d
line wrap: on
line diff