VP9 denoiser bugfix in debugging code.
authorTim Kopp <tkopp@google.com>
Tue, 22 Jul 2014 21:00:11 +0000 (14:00 -0700)
committerTim Kopp <tkopp@google.com>
Tue, 22 Jul 2014 21:10:16 +0000 (14:10 -0700)
commit1fe18acb920417792a6d2dba8f185b9c508aa4dc
tree6da9d85bcfc3b50cca7b8cdde5a9036d400a0ed1
parentdcb6aa8e41348c559faf6003dc8cc4c6ce914958
VP9 denoiser bugfix in debugging code.

When OUTPUT_YUV_DENOISED is enabled the encoder outputs the uncompressed,
denoised video to a separate file. Moved the point at which the file is
written to in order to avoid an extra blank frame at the beginning of the video.

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