diff options
author | Nicolas George <george@nsup.org> | 2013-10-25 10:58:14 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-02-20 11:22:55 +0100 |
commit | 299a56879d2d790ac0c40d09af18e7f03471de9e (patch) | |
tree | d272a3952d09c79b85b24f0fc11de99ffd50a1a6 /libavfilter/filtfmts.c | |
parent | 3edc3b159503d512c919b3d5902f7026e961823a (diff) | |
download | ffmpeg-299a56879d2d790ac0c40d09af18e7f03471de9e.tar.gz |
ffmpeg: make reading packets from thread blocking.
If a packet is not ready on the input selected by ffmpeg,
it will read from another input instead. If that happens
repeatedly, frames will accumulate somewhere later in the
processing to ensure streams synchronization. It can happen
in particular when reading from a slow medium or an
expensive lavfi filter graph.
Make reading from normal demuxers on non-streamed data and
from the lavfi pseudo-device blocking to avoid that.
Should fix trac ticket #3079.
Diffstat (limited to 'libavfilter/filtfmts.c')
0 files changed, 0 insertions, 0 deletions