Commit 7bc9ff42 authored by rbultje's avatar rbultje

Fix uninitialized value in codepath.

See http://tranquillity.ath.cx/clang/2010-03-30-1/report-40QvF3.html#EndPath



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39f234d5
......@@ -849,6 +849,7 @@ static int rm_read_packet(AVFormatContext *s, AVPacket *pkt)
// If there are queued audio packet return them first
st = s->streams[rm->audio_stream_num];
ff_rm_retrieve_cache(s, s->pb, st, st->priv_data, pkt);
flags = 0;
} else {
if (rm->old_format) {
RMStream *ast;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment