OSDN Git Service

Fix encx264 to accomodate upcoming x264 api change.
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 7 Nov 2010 19:03:10 +0000 (19:03 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 7 Nov 2010 19:03:10 +0000 (19:03 +0000)
commitdd2f082e860568e2e37f255672330e85f29f8c3a
tree58b16ca55982bca2ced0b3b4089d47ab170ef5e8
parent8a1e450ed0024507e43726c1f0f722549f3ccd39
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://localhost/HandBrake/trunk@3660 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/encx264.c