diff vp56data.c @ 4078:6a10cc9adb8a libavcodec

Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com
author diego
date Tue, 24 Oct 2006 18:57:43 +0000
parents c8c591fe26f8
children 2b72f9bc4f06
line wrap: on
line diff
--- a/vp56data.c	Tue Oct 24 10:33:40 2006 +0000
+++ b/vp56data.c	Tue Oct 24 18:57:43 2006 +0000
@@ -21,7 +21,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <inttypes.h>
 #include "vp56data.h"
 
 const uint8_t vp56_b6to3[] = { 0, 0, 0, 0, 1, 2 };