]> granicus.if.org Git - libvpx/commit
Fix denoised video output function
authorJingning Han <jingning@google.com>
Sat, 3 Jan 2015 20:34:44 +0000 (12:34 -0800)
committerJingning Han <jingning@google.com>
Sun, 4 Jan 2015 05:39:32 +0000 (21:39 -0800)
commit21c0306187fbf294bf85f2f6a1c62baf6b8674f2
tree46d0b6a81e6d9e0dd0ba1279cdbea220b61f6739
parent2fe1bfa5ade46b7f9f3505801071493a7afd4ad0
Fix denoised video output function

This commit fixes the buffer alignment control in denoised video
output function. The encoder is now able to properly store the
denoised input video into provided file when enabled.

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