]> granicus.if.org Git - handbrake/commit
Fix encx264 to accomodate upcoming x264 api change.
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 7 Nov 2010 19:03:10 +0000 (19:03 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 7 Nov 2010 19:03:10 +0000 (19:03 +0000)
commitac30e48bee92c54ae742ea4eebdc2688d0d228ca
tree58b16ca55982bca2ced0b3b4089d47ab170ef5e8
parent49d822742b2035d1f03378bafa0c41b16e453cdf
Fix encx264 to accomodate upcoming x264 api change.
i_qpplus1 is going away, so eliminate our use of it.  Isn't needed anyway.

Also switch from using x264_picture_alloc to x264_picture_init.
We are supplying out own buffer, so we should be using init instead of alloc.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3660 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/encx264.c