OSDN Git Service

lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h
authorStefano Sabatini <stefasab@gmail.com>
Fri, 22 Jun 2012 10:59:29 +0000 (12:59 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 25 Jun 2012 11:42:37 +0000 (13:42 +0200)
commit972cad77fa13ae312650dd0b7b99e484ffcb7949
tree9418bafd12d7af361996955f0d98c8b500d3e239
parenta31ab5071246768976923de3b318b57312b7ad9b
lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h

libavfilter API was designed in order to be clarly distinguished from the
libavcodec API, including avcodec.h in avfilter.h is not going to help to
stick to this principle.

The inclusion of libavutil/audioconvert.h in many files was required
because avcodec.h includes audioconvert.h.

libavfilter/avcodec.h is where the lavc/lavfi interface should be
entirely placed.
libavfilter/af_aconvert.c
libavfilter/af_amerge.c
libavfilter/af_aresample.c
libavfilter/af_asetnsamples.c
libavfilter/af_atempo.c
libavfilter/af_pan.c
libavfilter/af_silencedetect.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c
libavfilter/buffersrc.h
libavfilter/graphdump.c