[vlc-devel] [PATCH] transcode: Fix multithreaded encoding
Steinar H. Gunderson
sgunderson at bigfoot.com
Wed Nov 10 01:15:11 CET 2010
On Tue, Nov 09, 2010 at 12:39:44PM +0100, Rafaël Carré wrote:
> audio and video encoders are always run in parallel.
I'm sure that's the intention, but it sure didn't look that way to me last
time I looked into this timing; the audio couldn't arrive at the mux because
the video was still busy encoding while holding some lock.
It's not terribly important to me, so I haven't filed a bug report or
similar; it's just an observation.
/* Steinar */
--
Homepage: http://www.sesse.net/
More information about the vlc-devel
mailing list