X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fwavdec.c;h=a865b760b78aac65a5b360eef696e6321bda59c6;hb=9d24a536a3d2f6a5639eac47b421af15d9b789d3;hp=daea64edc5a0841168a998b1743af5e9611fbed0;hpb=bad101ab8a54dd36d569daef35f8e583500bbf49;p=ffmpeg diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c index daea64edc5a..a865b760b78 100644 --- a/libavformat/wavdec.c +++ b/libavformat/wavdec.c @@ -114,7 +114,7 @@ static void handle_stream_probing(AVStream *st) { if (st->codec->codec_id == AV_CODEC_ID_PCM_S16LE) { st->request_probe = AVPROBE_SCORE_EXTENSION; - st->probe_packets = FFMIN(st->probe_packets, 4); + st->probe_packets = FFMIN(st->probe_packets, 14); } }