lavf: Fix codec id forcing with probed codecs
Fixes Ticket2088
(cherry picked from commit 341e40f1e1
)
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
5502b073ec
commit
bf19d4c6fa
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user