summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
commit144fb06806664d4f3bc681ed1408383baeb515f4 (patch)
tree68f216ba52785abf70adb7de7f1d5e38dcd73697 /libavfilter/internal.h
parent033764e015e33b9ce9583317092337367b3fea2b (diff)
Remove left-over FF_API_AVFILTERBUFFER cruft
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