lavf: Fix codec id forcing with probed codecs

Fixes Ticket2088

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-01-02 01:15:58 +01:00
parent 3a6b6f425e
commit 341e40f1e1
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ no_packet:
}else
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
}
force_codec_ids(s, st);
}
}
}