OSDN Git Service

go2meeting: disallow tile dimensions that are not multiple of 16
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 29 Nov 2013 08:15:00 +0000 (09:15 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 29 Nov 2013 16:37:59 +0000 (17:37 +0100)
commit01f6df01b6fdc2d71b82370374cde4bf102928c7
tree624656c80fe3ff82212c52c9cb0643a5868c5ca6
parente026ee0446de27fc38e33e98704fada012fdc763
go2meeting: disallow tile dimensions that are not multiple of 16

Original decoder seems to always use 176x128 tiles anyway and this helps
avoiding lots of issues with odd tile sizes in fuzzed files.

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