0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/audio/decode
wm4 8846a2f95c ad_lavc: increase number of packets for initial decode
Apparently just 5 packets is not enough for the initial audio decode
(which is needed to find the format). The old code (before the recent
refactor) appeared to use 5 packets, but there were apparently other
code paths which in the end amounted to more than 5 packets being read.

The sample that failed (see github issue #368) needed 9 packets.

Fixes #368.
2013-11-26 01:49:17 +01:00
..
ad_lavc.c ad_lavc: increase number of packets for initial decode 2013-11-26 01:49:17 +01:00
ad_mpg123.c audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
ad_spdif.c audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
ad.h audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
dec_audio.c audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
dec_audio.h audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00