lavf: Fix codec id forcing with probed codecs

Fixes Ticket2088

(cherry picked from commit 341e40f1e1eeba1a2952c26363630596193e887b)
This commit is contained in:
Michael Niedermayer 2013-01-02 02:38:11 +01:00 committed by Carl Eugen Hoyos
parent 5502b073ec
commit bf19d4c6fa

View File

@ -770,6 +770,7 @@ int ff_read_packet(AVFormatContext *s, AVPacket *pkt)
}else
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
}
force_codec_ids(s, st);
}
}
}