diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 16:01:24 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 16:01:24 +0200 |
commit | 2751d5f0ba2e4da18fe72d91d317423f1662dd9b (patch) | |
tree | c76674b73221ac51c59745d2a6e2362e2c461d4a /libavfilter/internal.h | |
parent | e2adb00ec587dd48746b0d24648005d22c91423c (diff) | |
parent | 86e5056575f55f070609dd3926605302f7d2280e (diff) | |
download | ffmpeg-2751d5f0ba2e4da18fe72d91d317423f1662dd9b.tar.gz |
Merge commit '86e5056575f55f070609dd3926605302f7d2280e'
* commit '86e5056575f55f070609dd3926605302f7d2280e':
lavfi: Drop deprecated public AVFilterPad struct
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 7dde2e1334..75c34360e4 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -56,7 +56,6 @@ typedef struct AVFilterCommand { */ void ff_avfilter_graph_update_heap(AVFilterGraph *graph, AVFilterLink *link); -#if !FF_API_AVFILTERPAD_PUBLIC /** * A filter pad used for either input or output. */ @@ -153,7 +152,6 @@ struct AVFilterPad { */ int needs_writable; }; -#endif struct AVFilterGraphInternal { void *thread; |