summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-11 22:19:48 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-11 22:19:48 +0000
commit6a5d31ac25f55248af5725287833d007ff78b188 (patch)
tree38b495992e3e320f4cb83d99b725714b7b2d616c /libavcodec/mlp.c
parent7b04b8a0578a29f6403a8da74a94d1015c51c7ab (diff)
downloadffmpeg-streaming-6a5d31ac25f55248af5725287833d007ff78b188.zip
ffmpeg-streaming-6a5d31ac25f55248af5725287833d007ff78b188.tar.gz
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlp.c')
-rw-r--r--libavcodec/mlp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mlp.c b/libavcodec/mlp.c
index 7ef7f97..6f10c35 100644
--- a/libavcodec/mlp.c
+++ b/libavcodec/mlp.c
@@ -22,6 +22,7 @@
#include <stdint.h>
#include "libavutil/crc.h"
+#include "libavutil/intreadwrite.h"
#include "mlp.h"
const uint8_t ff_mlp_huffman_tables[3][18][2] = {
OpenPOWER on IntegriCloud