On 26/01/13 15:08, Anton Khirnov wrote: > From: "Ronald S. Bultje" <[email protected]> > > These could be used for reference counting, or for keeping track of > decoding progress in references in multithreaded decoders. > > Signed-off-by: Anton Khirnov <[email protected]> > --- > configure | 5 ++ > libavutil/Makefile | 2 + > libavutil/atomic.c | 120 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavutil/atomic.h | 73 ++++++++++++++++++++++++++++ > libavutil/atomic_gcc.h | 48 +++++++++++++++++++ > libavutil/atomic_win32.h | 50 +++++++++++++++++++ > 6 files changed, 298 insertions(+) > create mode 100644 libavutil/atomic.c > create mode 100644 libavutil/atomic.h > create mode 100644 libavutil/atomic_gcc.h > create mode 100644 libavutil/atomic_win32.h >
Seems ok and should be used for the Intel Media SDK patches as well IMHO. I'd push it soon if everybody is ok with the current structure. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
