Hi,

On Wed, Jan 18, 2012 at 5:52 AM, Janne Grunau <[email protected]> wrote:
> On 2012-01-18 12:46:28 +0000, Måns Rullgård wrote:
>> "Ronald S. Bultje" <[email protected]> writes:
>>
>> > Hi,
>> >
>> > On Wed, Jan 18, 2012 at 2:46 AM, Janne Grunau <[email protected]> 
>> > wrote:
>> >> Users of libavcodec could break if they do not threadsafe callbacks.
>> >> Avconv and avplay still use -threads auto if not specified.
>> >
>> > What callbacks?
>>
>> get_buffer() and friends I presume, since there are no others.
>
> get/release_buffer are safe since we call them only from the calling
> thread when thread_safe_callbacks is not set.
>
> Uoti was worrying about draw_horiz_band. A custom av_log cb might be
> problematic too although would suspect that it'll just cause message
> corruption.

I wonder how draw_horiz_band is used in this context? Uoti?

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to