Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-05 03:28:22 +0400
committerDiego Biurrun <diego@biurrun.de>2011-06-07 12:31:26 +0400
commitdc25d79f4980fb547908f4dd43732ebc0622610c (patch)
tree91694594d20104d3425db813f6f70cf9b61ca6a2 /libavcodec/mlpdsp.c
parentb9c6c7cb25932b594fd684a0cb553e439d49fe12 (diff)
Drop unnecessary directory prefixes from #include directives.
Diffstat (limited to 'libavcodec/mlpdsp.c')
-rw-r--r--libavcodec/mlpdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlpdsp.c b/libavcodec/mlpdsp.c
index 0053df88d8..7d01c7586d 100644
--- a/libavcodec/mlpdsp.c
+++ b/libavcodec/mlpdsp.c
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "libavcodec/mlp.h"
#include "dsputil.h"
+#include "mlp.h"
static void ff_mlp_filter_channel(int32_t *state, const int32_t *coeff,
int firorder, int iirorder,