Skip to content

rawvid: fix rounding division when calculating pitch

Pierre Lamot requested to merge chub/vlc:rawvid/NV12-pitch-rounding into master

formats like NV12 where num and den are 2 had the wrong pitch

size is divided then multiplied, consistently with rawvideo decoder

Merge request reports