You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Do not set linesize for palette data, it does not make sense and creates
problems with following patch to fix linesize alignment. Originally committed as revision 18046 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -614,7 +614,6 @@ int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width)
|
||||
case PIX_FMT_BGR4_BYTE:
|
||||
case PIX_FMT_GRAY8:
|
||||
picture->linesize[0] = width;
|
||||
picture->linesize[1] = 4;
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user