mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 20:19:56 +00:00
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 |
||
|---|---|---|
| .. | ||
| alldevices.c | ||
| audio.c | ||
| avdevice.h | ||
| beosaudio.cpp | ||
| bktr.c | ||
| dv1394.c | ||
| dv1394.h | ||
| libdc1394.c | ||
| Makefile | ||
| v4l.c | ||
| v4l2.c | ||
| vfwcap.c | ||
| x11grab.c | ||