Mercurial > libavcodec.hg
view bfin/Makefile @ 12482:8cafb4db28cb libavcodec
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)
case the stride must be aligned to a multiple of 4.
The original CSCD encoder just compresses bitmaps it gets via Windows
API functions as-is, thus it uses exactly those alignment rules.
author | reimar |
---|---|
date | Fri, 10 Sep 2010 17:33:31 +0000 |
parents | cd71b238e78b |
children |
line wrap: on
line source
OBJS += bfin/dsputil_bfin.o \ bfin/fdct_bfin.o \ bfin/idct_bfin.o \ bfin/mpegvideo_bfin.o \ bfin/pixels_bfin.o \ bfin/vp3_bfin.o \ bfin/vp3_idct_bfin.o \