summaryrefslogtreecommitdiff
path: root/libavformat/wavdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wavdec.c')
-rw-r--r--libavformat/wavdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c
index 0c8b8bf85d..8e2a7a7475 100644
--- a/libavformat/wavdec.c
+++ b/libavformat/wavdec.c
@@ -167,7 +167,7 @@ static void handle_stream_probing(AVStream *st)
{
if (st->codecpar->codec_id == AV_CODEC_ID_PCM_S16LE) {
st->internal->request_probe = AVPROBE_SCORE_EXTENSION;
- st->probe_packets = FFMIN(st->probe_packets, 32);
+ st->internal->probe_packets = FFMIN(st->internal->probe_packets, 32);
}
}