]> git.sesse.net Git - ffmpeg/commit
yadif: correct strides in filter_edges_16bit
authorJames Darnley <james.darnley@gmail.com>
Fri, 15 Mar 2013 15:37:33 +0000 (16:37 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 14 May 2013 07:24:13 +0000 (09:24 +0200)
commitd10499a32ab3f3d4d458abfc4ab41c0d746e4eee
tree580fabe22813dcfbd15c04bea3c1ee4105ec1cb4
parentb0ef0ae77608a5e3d2ba68af503e8b1277a215d3
yadif: correct strides in filter_edges_16bit

The C code treats the data as arrays of uint16_t so strides must not
be in bytes but in pixels.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/vf_yadif.c