Mercurial > libavformat.hg
comparison matroska.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 | 910ac68ab3b5 |
children | 70edc1aeaf68 |
comparison
equal
deleted
inserted
replaced
3552:8bce09af18e6 | 3553:c3b9334f46ae |
---|