lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
avfilter_copy_frame_props() avoids code duplication and increases robustness. The added files libavfilter/avcodec.[ch] are used for containing utilities useful for gluing togheter libavfilter and libavcodec.
This commit is contained in:
@@ -6,7 +6,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
|
||||
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
||||
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
|
||||
|
||||
HEADERS = avfilter.h avfiltergraph.h
|
||||
HEADERS = avcodec.h avfilter.h avfiltergraph.h
|
||||
|
||||
OBJS = allfilters.o \
|
||||
avfilter.o \
|
||||
@@ -16,6 +16,8 @@ OBJS = allfilters.o \
|
||||
formats.o \
|
||||
graphparser.o \
|
||||
|
||||
OBJS-$(CONFIG_AVCODEC) += avcodec.o
|
||||
|
||||
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
|
||||
|
||||
OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o
|
||||
|
||||
Reference in New Issue
Block a user