summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index d5bb6a4d70..7816654010 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -33,16 +33,6 @@
#include "video.h"
#include "libavcodec/avcodec.h"
-#if FF_API_AVFILTERBUFFER
-#define POOL_SIZE 32
-typedef struct AVFilterPool {
- AVFilterBufferRef *pic[POOL_SIZE];
- int count;
- int refcount;
- int draining;
-} AVFilterPool;
-#endif
-
typedef struct AVFilterCommand {
double time; ///< time expressed in seconds
char *command; ///< command