Commit ee8cc834 authored by Diego Biurrun's avatar Diego Biurrun

Add missing header includes to fix 'make checkheaders'.

Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 82ed0b76
......@@ -22,7 +22,8 @@
#ifndef FFMPEG_LPC_H
#define FFMPEG_LPC_H
#include <inttypes.h>
#include <stdint.h>
#include "dsputil.h"
#define ORDER_METHOD_EST 0
#define ORDER_METHOD_2LEVEL 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment