]> git.sesse.net Git - vlc/commit
. moved swab32 from input_ext-dec.h to common.h. We probably won't need
authorSam Hocevar <sam@videolan.org>
Thu, 11 Jan 2001 15:35:35 +0000 (15:35 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 11 Jan 2001 15:35:35 +0000 (15:35 +0000)
commit993381a227b1246ce55bcb4673bcb8b519bdfa88
tree0890957e9c9785862c7529cb85a49d3247db1704
parentbf10480df448def0a4d7faf70cade514faaa8d6e
 . moved swab32 from input_ext-dec.h to common.h. We probably won't need
   it anymore really soon, since ntohl() and htonl() seem to be properly
   optimized when gcc is passed the right optimization flags.

 . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
   we only support u32 words, but it's a safe reminder. Comments appreciated
   on this fix since I may have b0rked something -- it runs well here though.
include/common.h
include/input_ext-dec.h