Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / tools / probetest.c
index b685e3d..78327de 100644 (file)
@@ -78,7 +78,7 @@ static void print_times(void)
 int main(int argc, char **argv)
 {
     unsigned int p, i, type, size, retry;
-    AVProbeData pd;
+    AVProbeData pd = { 0 };
     AVLFG state;
     PutBitContext pb;
     int retry_count= 4097;