On 01/22/2016 12:45 PM, Michael Niedermayer wrote:
this patch breaks encoding 1bpp raw video ./ffmpeg -i matrixbench_mpeg2.mpg -pix_fmt monow -vframes 10 -vcodec rawvideo testw.avi ./ffplay testw.avi also the change to the line alignment belongs in a seperate patch.
It doesn't break the encoding, since I have never touched the encoder. But it expects the line alignment of the incoming packet to be 4 bytes in rawdec.c, while it is 2 bytes for some reason.
Mats _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel