summaryrefslogtreecommitdiff
path: root/libavfilter/af_ashowinfo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-29 02:37:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-29 02:51:22 +0100
commit87b9dc098240e72c8874e2d3a75e954cd56dc776 (patch)
tree2159b5f0e566ee0719ceeea412c24baedbad3402 /libavfilter/af_ashowinfo.c
parent031d6448782ba9993745f5cabf0c7cb32dfdb97c (diff)
parent565e4993c63f797e2d50ad2f1e8f62fdbe299666 (diff)
downloadffmpeg-87b9dc098240e72c8874e2d3a75e954cd56dc776.tar.gz
Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'
The commit has already been split and commited, this merge is just for metadata. What has not been merged is the removial of some start/end_frame / draw_slice related functions that are still in use. They can be removed once they are unused. * commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666': lavfi: merge start_frame/draw_slice/end_frame Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/af_ashowinfo.c')
-rw-r--r--libavfilter/af_ashowinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c
index 4692d99988..7e7543f672 100644
--- a/libavfilter/af_ashowinfo.c
+++ b/libavfilter/af_ashowinfo.c
@@ -35,6 +35,7 @@
#include "audio.h"
#include "avfilter.h"
+#include "internal.h"
typedef struct AShowInfoContext {
/**