diff h264_mp4toannexb_bsf.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents a5e7dbce5412
children 31a033fae70e
line wrap: on
line diff
--- a/h264_mp4toannexb_bsf.c	Sun Jan 11 20:12:14 2009 +0000
+++ b/h264_mp4toannexb_bsf.c	Sun Jan 11 22:19:48 2009 +0000
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
 typedef struct H264BSFContext {