Skip to content
Snippets Groups Projects
Commit 4a3f0f96 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Avoid harmless Coverity warning in oc_sb_create_plane_mapping().

Coverity thinks we're overrunning this static array by passing it to memset.
In reality, it's a multidimensional array, and guaranteed to be contiguous, but
 we might as well silence this warning.
Reported in https://bugzilla.mozilla.org/show_bug.cgi?id=559343

svn path=/trunk/theora/; revision=17505
parent 5f097974
No related branches found
No related tags found
No related merge requests found
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