• Michael Niedermayer's avatar
    Merge commit 'fbd6c97f' · 6db8cd8f
    Michael Niedermayer authored
    * commit 'fbd6c97f':
      lavu: fix memory leaks by using a mutex instead of atomics
    
    Conflicts:
    	libavutil/buffer.c
    
    The atomics code is left in place as a fallback for synchronization in the
    absence of p/w32 threads. Our ABI did not requires applications to
    only use threads (and matching ones) to what libavutil was build with
    Our code also was not affected by the leak this change fixes, though
    no question the atomics based implementation is not pretty at all.
    First and foremost the code must work, being pretty comes after that.
    
    If this causes problems, for example when libavutil is used by multiple
    applications each using a different kind of threading system then the
    default possibly has to be changed to the uglier atomics.
    
    See: cea3a63b
    
    
    Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
    6db8cd8f