summaryrefslogtreecommitdiff
path: root/libavcodec/flacdsp.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-03 00:29:30 +0100
committerMans Rullgard <mans@mansr.com>2012-07-05 21:57:51 +0100
commit784514a4a8c621290fc5fa942ad286f9726475a9 (patch)
treeee9acf5e0f4143164667146aa847b6e402a75fb5 /libavcodec/flacdsp.h
parente43f56b205a6112451bba3da965f327850bf67a9 (diff)
flacdec: add planar output support
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/flacdsp.h')
-rw-r--r--libavcodec/flacdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacdsp.h b/libavcodec/flacdsp.h
index fe5ca53177..16515539a6 100644
--- a/libavcodec/flacdsp.h
+++ b/libavcodec/flacdsp.h
@@ -29,6 +29,6 @@ typedef struct FLACDSPContext {
int qlevel, int len);
} FLACDSPContext;
-void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt);
+void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt, int bps);
#endif /* AVCODEC_FLACDSP_H */