]> granicus.if.org Git - handbrake/commit
libhb: fix theora encoding of non 16pix aligned dimensions
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 21 Jul 2009 18:18:48 +0000 (18:18 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 21 Jul 2009 18:18:48 +0000 (18:18 +0000)
commit5113f3f269608590a3613c0e1e40673fbd07c52c
tree7f291feeea657715296eec4cbd85043cb0d062bf
parent6b246add0e017f3758a9564b5067f99449e26fdc
libhb: fix theora encoding of non 16pix aligned dimensions
the theora encoder requires it's "frame_width" and "frame_height" to
be aligned to 16pix.

This also updates to using the new API introduced in theora 1.0.

This is an interim fix. Later we will adjust our video buffers to actually
have 16pix aligned data in them.

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