diff idcin.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 1d3d17de20ba
children 49c1d3b27727
line wrap: on
line diff
--- a/idcin.c	Sun Jan 11 22:05:43 2009 +0000
+++ b/idcin.c	Sun Jan 11 22:19:48 2009 +0000
@@ -68,6 +68,7 @@
  *       transmitting them to the video decoder
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 
 #define HUFFMAN_TABLE_SIZE (64 * 1024)