]> git.sesse.net Git - vlc/commit
* modules/video_chroma/*: use .p2align instead of .align for data alignment,
authorSam Hocevar <sam@videolan.org>
Thu, 26 Jan 2006 19:51:06 +0000 (19:51 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 26 Jan 2006 19:51:06 +0000 (19:51 +0000)
commitd7686e18c875fd7be8f1353e2533eb6993ab9569
treed31197e5b369f452ace0db24e7cda545a120e2ce
parentc24df160e674a21b580ca2e23f44e7f9428729c8
  * modules/video_chroma/*: use .p2align instead of .align for data alignment,
    because .align's behaviour changes across platforms: on Linux x86 ELF its
    argument is a byte count, on OS X x86 Mach-O it's a log2.
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_ymga.c
modules/video_chroma/i420_yuy2.h
modules/video_chroma/i422_yuy2.c