Changeset 5db5169e in ffmpeg

Timestamp:
Jun 10, 2012, 6:12:23 AM (12 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
bcbb30e
Parents:
b0f0dfc4
git-author:
Anton Khirnov <anton@khirnov.net> (06/02/12 05:26:41)
git-committer:
Anton Khirnov <anton@khirnov.net> (06/10/12 06:12:23)
Message:

avconv: multithreaded demuxing.

When there are multiple input files, run demuxing for each input file in
a separate thread, so reading packets does not block.

This is useful for achieving low latency when reading from multiple
(possibly slow) input streams.

(No files)

Note: See TracChangeset for help on using the changeset viewer.