OSDN Git Service

rtpdec: Initialize some variables to silence compiler warnings
authorMartin Storsjö <martin@martin.st>
Sat, 2 Mar 2013 11:54:50 +0000 (13:54 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 2 Mar 2013 19:23:52 +0000 (21:23 +0200)
commit8fbab7a6c84fd75de4f752b412cea8032604f75b
tree53de06f3b6a19c00068cf52e1ef9e40bc0823af8
parent437211ae73ef1ed8285b4fed7620502ea4999e11
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: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c
libavformat/rtpdec_vp8.c