]> granicus.if.org Git - libvpx/commit
Fix counter of fixed keyframe distance
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Mon, 7 Feb 2011 17:04:02 +0000 (18:04 +0100)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Mon, 7 Feb 2011 17:30:04 +0000 (18:30 +0100)
commit48140167cdee252ed8ba00bf407e3563364d97dd
treeedcde37208305b5200333fd1c7f4e09a3cf4b3da
parenteaadfb58695f1b5928be47e87bb00d7a6096a3ab
Fix counter of fixed keyframe distance

When the keyframe distance is fixed the first interval has the right
distance but, the next ones have kf_distance + 1.

Change-Id: I44f1190fe7146124bd07660a5e0ef08829e3ae07
vp8/vp8_cx_iface.c