On Tue, Dec 23, 2014 at 1:44 AM, Michael Niedermayer
wrote:
> It was used for protecting calls to get/release_buffer()
> there are no such calls anymore
>
av_frame_unref could call the users release callback, if there are
restrictions on how its supposed to be called from worker threads.
- Hend
Hi,
On December 23, 2014 1:44:03 AM GMT+01:00, Michael Niedermayer
wrote:
>It was used for protecting calls to get/release_buffer()
>there are no such calls anymore
>
>Signed-off-by: Michael Niedermayer
>---
> libavcodec/frame_thread_encoder.c |7 ---
> 1 file changed, 7 deletions(-)
>
>
It was used for protecting calls to get/release_buffer()
there are no such calls anymore
Signed-off-by: Michael Niedermayer
---
libavcodec/frame_thread_encoder.c |7 ---
1 file changed, 7 deletions(-)
diff --git a/libavcodec/frame_thread_encoder.c
b/libavcodec/frame_thread_encoder.c
in