[Libav-user] Questions about using libav in a multi-threaded application

Andrey Utkin andrey.krieger.utkin at gmail.com
Mon Jan 16 12:48:20 CET 2012


2012/1/16 Tr3wory <tr3w at freemail.hu>:
> So basically the only possible way of doing this, is to use the
> parent_log_context_offset from AVClass, and go upwards from child to
> parent until I found the topmost context which is an AVFormatContext
> or an AVCodecContext what I used when I called the libav functions. Is
> that right? Will it work?

Too difficult to me.
I'd rather
1. postpone this issue
or
2. use separate processes for each task. Thus, seemingly, log messages
mustn't mix together.

-- 
Andrey Utkin


More information about the Libav-user mailing list