Removed broken buffer size check.
authorArmin Novak <armin.novak@thincast.com>
Thu, 22 Jan 2015 12:06:37 +0000 (13:06 +0100)
committerArmin Novak <armin.novak@thincast.com>
Thu, 22 Jan 2015 12:06:37 +0000 (13:06 +0100)
commitc43faeec0afad1621da81c2fe762d240b30ff269
treedb06dfba91c1a4065086cb5a96072518cb5ccbcb
parentbf7b2ef4458aa4225d94d6f3f2cf2040f1d75447
Removed broken buffer size check.

To check the decoded h264 frame size against the output buffer is wrong.
The size of the output buffer must only hold the data defined by the
region rectangles.
libfreerdp/codec/h264.c