]> git.sesse.net Git - x264/commit
Fix possible crash when writing very large filler NALUs
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 17 Jun 2013 20:16:33 +0000 (00:16 +0400)
committerFiona Glaser <fiona@x264.com>
Wed, 3 Jul 2013 00:13:07 +0000 (17:13 -0700)
commitffc3ad4945da69f3caa2b40e4eed715a9a8d9526
tree347b538e1d25c2a196ba33cefbe04ad055b74f38
parent25ef3f5fdbfca0f9a5ff8a97b8475e7f8b4c9202
Fix possible crash when writing very large filler NALUs

Bitstream-reallocation function didn't handle the case of filler.
encoder/encoder.c