mirror of https://github.com/FFmpeg/FFmpeg.git
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 Originally committed as revision 14131 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
d921f03fcc
commit
72e043dd0f
3 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue