diff error_resilience.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents a96d905dcbaa
children 4dbe6578f811
line wrap: on
line diff
--- a/error_resilience.c	Thu May 10 03:13:41 2007 +0000
+++ b/error_resilience.c	Thu May 10 09:00:44 2007 +0000
@@ -30,7 +30,6 @@
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
-#include "common.h"
 
 static void decode_mb(MpegEncContext *s){
     s->dest[0] = s->current_picture.data[0] + (s->mb_y * 16* s->linesize  ) + s->mb_x * 16;