Skip to content
Snippets Groups Projects
Commit b08544de authored by Imdad Sardharwalla's avatar Imdad Sardharwalla Committed by Debargha Mukherjee
Browse files

Fix Valgrind warning in av1_pick_filter_restoration

Some array elements were defined and left uninitialised. This wasn't causing a
problem, as the elements were later ignored, but it did cause Valgrind to
produce warnings.

The function now initialises the full array immediately after its definition in
order to quiet these warnings.

BUG=aomedia:1244

Change-Id: I5083f1f4008cb3ab70a4af4d1d2573dee8793303
parent ffa57594
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment