[FFmpeg-devel] [PATCH 1/2] avcodec/error_resilience: Avoid race with updating the error_count

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Apr 4 17:56:47 CEST 2015


On 4/4/2015 11:36 AM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavcodec/error_resilience.c |   13 +++++++------
>  libavcodec/error_resilience.h |    3 ++-
>  2 files changed, 9 insertions(+), 7 deletions(-)

I assume there are no matching races for reading error count?

Seems reasonable otherwise.

- Derek


More information about the ffmpeg-devel mailing list