FFmpeg/tests/ref
Philipp M. Scholl 040b28aecc avformat/pcm: decrease delay when reading PCM streams.
Thanks for the discussion. Here's the next version, now with /25 and removed
ff_log2().

  The blocksize of the PCM decoder is hard-coded. This creates
unnecessary delay when reading low-rate (<100Hz) streams. This creates
issues when multiplexing multiple streams, since other inputs are only
opened/read after a low-rate input block was completely read.

 This patch decreases the blocksize for low-rate inputs, so
approximately a block is read every 40ms. This decreases the startup
delay when multiplexing inputs with different rates.

Signed-off-by: Philipp M. Scholl <pscholl@bawue.de>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-03-13 01:34:42 +01:00
..
acodec
fate h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01:00
lavf fate: remove ffm reference files 2018-01-06 22:21:35 -03:00
lavf-fate
seek avformat/pcm: decrease delay when reading PCM streams. 2018-03-13 01:34:42 +01:00
vsynth Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970' 2017-11-07 18:35:34 -03:00
vsynth1
vsynth_lena