[FFmpeg-devel] [PATCH v4] lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw AVI video

Mats Peterson matsp888 at yahoo.com
Wed Jan 20 15:25:30 CET 2016


On 01/20/2016 02:55 PM, Mats Peterson wrote:
> This version uses 8-byte alignment of lines. However, this generates
> "Warning. Data is not aligned!" messages for odd widths. Don't know how
> important this is.
>

I should add that both the 4 bpp (8 bytes alignment) and 8 bpp (4 bytes 
alignment) depths are already "misaligned" without my help, so perhaps 
it's not that bad to use 8-byte alignment for 1 bpp as well?

Mats



More information about the ffmpeg-devel mailing list