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 \ ...@@ -20,6 +20,7 @@ HEADERS = adler32.h \
eval.h \ eval.h \
fifo.h \ fifo.h \
file.h \ file.h \
frame.h \
hmac.h \ hmac.h \
imgutils.h \ imgutils.h \
intfloat.h \ intfloat.h \
...@@ -70,6 +71,7 @@ OBJS = adler32.o \ ...@@ -70,6 +71,7 @@ OBJS = adler32.o \
fifo.o \ fifo.o \
file.o \ file.o \
float_dsp.o \ float_dsp.o \
frame.o \
hmac.o \ hmac.o \
imgutils.o \ imgutils.o \
intfloat_readwrite.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