Commit 7ecc2d40 authored by Anton Khirnov's avatar Anton Khirnov

Move AVFrame from lavc to lavu.

Add AVBuffer-based reference counting API to it.
parent ad0c9f2d
This diff is collapsed.
......@@ -20,6 +20,7 @@ HEADERS = adler32.h \
eval.h \
fifo.h \
file.h \
frame.h \
hmac.h \
imgutils.h \
intfloat.h \
......@@ -70,6 +71,7 @@ OBJS = adler32.o \
fifo.o \
file.o \
float_dsp.o \
frame.o \
hmac.o \
imgutils.o \
intfloat_readwrite.o \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment