]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
One bit fields should probably be unsigned. Unfortunately, it is left up to the compi...
authortakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 8 Jul 2008 23:20:22 +0000 (23:20 +0000)
committertakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 8 Jul 2008 23:20:22 +0000 (23:20 +0000)
commitb3ef94a045b541d559dc46a33ff3d76e15af507e
tree1f8812422d20b19f2a283fd1c432b2611d064854
parent1d08e79277457547b4e3524e61af300056b2d7d7
One bit fields should probably be unsigned. Unfortunately, it is left up to the compiler on how one bit fields are treated. gcc treats one bit fields as signed and allows for the
-funsigned-field parameter. Other compilers (like Sun C) treat one bit fields as unsigned no matter what.
Patch by Erik Hovland erik hovland org

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14131 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavdevice/audio.c
libavformat/avformat.h
libavformat/mpegts.c