add some copyright notice
[fdkaac.git] / src / pcm_reader.h
index ee062aae1d80106da526f1c66702160b9db3411a..1dfef34b78952164ce500c31a7b9faaa5d22c22f 100644 (file)
@@ -1,3 +1,7 @@
+/* 
+ * Copyright (C) 2013 nu774
+ * For conditions of distribution and use, see copyright notice in COPYING
+ */
 #ifndef PCM_READER_H
 #define PCM_READER_H
 
@@ -109,4 +113,6 @@ int apple_chan_chunk(pcm_io_context_t *io, uint32_t chunk_size,
 
 pcm_reader_t *pcm_open_sint16_converter(pcm_reader_t *reader);
 
+pcm_reader_t *extrapolater_open(pcm_reader_t *reader);
+
 #endif
This page took 0.009876 seconds and 4 git commands to generate.