ffmpeg/libavdevice
Erik Hovland 72e043dd0f 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

Originally committed as revision 14131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-08 23:20:22 +00:00
..
Makefile prettyprinting cosmetics 2008-05-08 10:02:29 +00:00
alldevices.c Use full path for #includes from another directory. 2008-05-09 11:56:36 +00:00
audio.c One-bit bitfields should probably be unsigned. Unfortunately, it is left 2008-07-08 23:20:22 +00:00
avdevice.h less preprocessor magic in version number macros 2008-02-26 20:37:59 +00:00
beosaudio.cpp Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. 2008-06-17 10:14:29 +00:00
bktr.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
dv1394.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
dv1394.h
libdc1394.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
v4l.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
v4l2.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
vfwcap.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00
x11grab.c Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 2008-06-03 16:20:54 +00:00