]> git.sesse.net Git - x264/commit
Fix one bug, one corner case in VBV
authorFiona Glaser <fiona@x264.com>
Wed, 24 Feb 2010 11:49:32 +0000 (03:49 -0800)
committerFiona Glaser <fiona@x264.com>
Thu, 25 Feb 2010 00:49:49 +0000 (16:49 -0800)
commit89aa4e87032a47562fae19f1ad0fbb3fe6db0ab9
treeeb6740ade7954913e428b30f6f8296fa43b17521
parentdaa1342e3faac6949cb87f5d0bd4ed42c1fa572f
Fix one bug, one corner case in VBV
qp_novbv wasn't set correctly for B-frames.
Disable ABR code for frames with zero complexity.
Disable ABR code for CBR mode; it is completely unnecessary and can have negative consequences.
encoder/ratecontrol.c