]> git.sesse.net Git - x264/commit
Fix mb_info_free with sliced threads
authorFiona Glaser <fiona@x264.com>
Thu, 16 Aug 2012 20:01:17 +0000 (13:01 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 5 Sep 2012 18:59:46 +0000 (11:59 -0700)
commit033df0a8c719f991ab0e0bb0788bd4f08e8b91d7
tree36e9416f1c17418962818117b8daa468226777ba
parentf93b7865a96248621af078363d5b59691cbcd8aa
Fix mb_info_free with sliced threads
x264 would free mb_info before it was completely done using it.
common/deblock.c
encoder/analyse.c
encoder/encoder.c