Fix servomatic build. Hopefully resolve confusion wrt linesize and
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Feb 2013 11:51:12 +0000 (11:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Feb 2013 11:51:12 +0000 (11:51 +0000)
commitdc08d2da6bf14fd469005ea3512992c66b041da9
tree0bd7a60cfa4cfe21732f648ed25299db79e7920a
parent490af0bac5ec51120f6fed9c5b8b1a0c01427e45
Fix servomatic build.  Hopefully resolve confusion wrt linesize and
stride for FilterBufferImage; the linesize can apparently sometimes
be (slightly) larger than the width for byte-per-pixel images (e.g.
YUV420P).  Remove grotty peek-style socket communication and use a
hopefully more robust send of the length of data as a binary word
before the data itself.  Should fix #62.
src/lib/dcp_video_frame.cc
src/lib/image.cc
src/lib/image.h
src/lib/server.cc
src/lib/util.cc
src/lib/util.h
src/tools/servomatictest.cc
src/tools/wscript