Skip to content
Snippets Groups Projects
Commit 8fbab7a6 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

rtpdec: Initialize some variables to silence compiler warnings


The warnings are false positives, older gcc versions (such as 4.5)
think the variables can be used uninitialized while they in
practice can't, while newer (4.6) gets it right.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 437211ae
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