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.


Yes, thank you for the reminder. If I'm not completely out in the blue, it seems as if the lines in the file produced by the above command are aligned on 2-byte boundaries, while in other cases they are aligned on 4-byte boundaries. Why this discrepance? And is there a way to find out what alignment the incoming data uses?

Mats

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to