# HG changeset patch # User rbultje # Date 1270220335 0 # Node ID e4080988d1b2efa230ba7f1f0e900229fbe6a1ab # Parent 71db16df05623abcd4d14679dcec9b204be6b6ae Another uninitialized value. See http://tranquillity.ath.cx/clang/2010-03-30-1/report-e6KUTb.html#EndPath diff -r 71db16df0562 -r e4080988d1b2 rmdec.c --- a/rmdec.c Fri Apr 02 14:58:03 2010 +0000 +++ b/rmdec.c Fri Apr 02 14:58:55 2010 +0000 @@ -860,6 +860,7 @@ len = !ast->audio_framesize ? RAW_PACKET_SIZE : ast->coded_framesize * ast->sub_packet_h / 2; flags = (seq++ == 1) ? 2 : 0; + pos = url_ftell(s->pb); } else { len=sync(s, ×tamp, &flags, &i, &pos); if (len > 0)