aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-01 11:36:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-01 11:36:54 +0200
commit0c8efe48917fd9d6d2c9b61397318c1fd7c3f8c4 (patch)
tree1e724f0eea3edc4eb06880d8e272c2b017d209fa /libavfilter/internal.h
parentb32643813961d7d76e9040c13d88c3a7cd6f923d (diff)
parent45dd1ae1b3c18331f3db2293a9135bc5851e553f (diff)
downloadandroid_external_ffmpeg-0c8efe48917fd9d6d2c9b61397318c1fd7c3f8c4.tar.gz
android_external_ffmpeg-0c8efe48917fd9d6d2c9b61397318c1fd7c3f8c4.tar.bz2
android_external_ffmpeg-0c8efe48917fd9d6d2c9b61397318c1fd7c3f8c4.zip
Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'
* commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f': avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs Conflicts: libavfilter/buffer.c libavfilter/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index f7df6d3b41..8256b892f4 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -28,6 +28,7 @@
#include "avfiltergraph.h"
#include "formats.h"
#include "thread.h"
+#include "version.h"
#include "video.h"
#define POOL_SIZE 32
@@ -153,8 +154,10 @@ struct AVFilterInternal {
int *ret, int nb_jobs);
};
+#if FF_API_AVFILTERBUFFER
/** default handler for freeing audio/video buffer when there are no references left */
void ff_avfilter_default_free_buffer(AVFilterBuffer *buf);
+#endif
/** Tell is a format is contained in the provided list terminated by -1. */
int ff_fmt_is_in(int fmt, const int *fmts);