lavu: add a new API for reference-counted data buffers.

This commit is contained in:
Anton Khirnov
2012-10-07 15:45:44 +02:00
parent 65f1d45dcc
commit 8e401dbe90
4 changed files with 453 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ HEADERS = adler32.h \
base64.h \
blowfish.h \
bswap.h \
buffer.h \
channel_layout.h \
common.h \
cpu.h \
@@ -59,6 +60,7 @@ OBJS = adler32.o \
avstring.o \
base64.o \
blowfish.o \
buffer.o \
channel_layout.o \
cpu.o \
crc.o \