Fix truncation of fourcc value in dshow capture property setter (bug #2535)
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 30 Jan 2013 22:12:54 +0000 (02:12 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 31 Jan 2013 08:00:04 +0000 (12:00 +0400)
commit2d6253609cf967f5c24f61ceac7bf06210dab09c
tree0a0671ce1f3614e9b87b918e63dc2de07ac9822f
parente0426148baeae7543b3d554c0bf6f5c19be5c91a
Fix truncation of fourcc value in dshow capture property setter (bug #2535)

Added test checking that all valid fourcc values are converted properly
modules/highgui/src/cap_dshow.cpp
modules/highgui/test/test_fourcc.cpp [new file with mode: 0644]