Commit a4f74792 authored by Adrian Grange's avatar Adrian Grange
Browse files

Revert "Removing this_frame_stats member from TWO_PASS struct."

Use of stack frame variable "fps" beyond the lifetime of the function.

fps is sent as a paremeter to output_stats and stored in the
packet holding this encoded frame. This has scope beyond the
lifetime of the calling function.

This reverts commit 3f95a230

Change-Id: Icd8e14b3d7dd733590ada12e619b9dce95b6b0f5
Showing with 8 additions and 5 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment