]> granicus.if.org Git - libvpx/commit
Safely swap the show frame buffer pointer in show_existing mode
authorJingning Han <jingning@google.com>
Tue, 21 Aug 2018 18:12:48 +0000 (11:12 -0700)
committerJingning Han <jingning@google.com>
Tue, 21 Aug 2018 18:14:24 +0000 (11:14 -0700)
commitc87895b14495d199738bc2368f15a2cff6bb6463
tree6ed963096594c5f98cf3d35a4c5a74c0bb599906
parent28cd84af76f0bee64ea7fe28faf7aee18b005bb1
Safely swap the show frame buffer pointer in show_existing mode

Point the current frame buffer towards the existing reference frame.
In the meantime, release the original new_fb pointer.

Change-Id: Ic83a698cac5cdaaabdf61acffb936ec130a84d1c
vp9/encoder/vp9_encoder.c