[FFmpeg-devel] [PATCH 1/2] lavu: add thread message API.

Clément Bœsch u at pkh.me
Fri Apr 18 15:29:44 CEST 2014


On Thu, Apr 17, 2014 at 04:55:21PM +0200, Nicolas George wrote:
[...]
> > so without thread, this will return ENOSYS; won't that cause problems with
> > your new loop in ffmpeg.c?
> 
> You mean if a ffmpeg compiled with threads is used with a lavu compiled
> without? Do we support that setup?
> 

(just for the context, we are talking about av_thread_message_queue_send()
returning ENOSYS in case HAVE_THREADS is false)

I was under the impression the function calling
av_thread_message_queue_send() was called even without threading,
typically assuming that lavu/threadmessage.c would be a working API even
without threading if possible. I guess I was wrong.

No more comment from me.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140418/ca9deb46/attachment.asc>


More information about the ffmpeg-devel mailing list