OSDN Git Service

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
authorDiego Biurrun <diego@biurrun.de>
Thu, 10 May 2007 09:00:44 +0000 (09:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 10 May 2007 09:00:44 +0000 (09:00 +0000)
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk

55 files changed:
libavcodec/8bps.c
libavcodec/aasc.c
libavcodec/beosthread.c
libavcodec/cinepak.c
libavcodec/cook.c
libavcodec/cscd.c
libavcodec/cyuv.c
libavcodec/dsicinav.c
libavcodec/dsputil.h
libavcodec/dxa.c
libavcodec/error_resilience.c
libavcodec/ffv1.c
libavcodec/flashsv.c
libavcodec/flashsvenc.c
libavcodec/flicvideo.c
libavcodec/g726.c
libavcodec/h261.c
libavcodec/huffyuv.c
libavcodec/idcinvideo.c
libavcodec/indeo3.c
libavcodec/interplayvideo.c
libavcodec/kmvc.c
libavcodec/lcl.c
libavcodec/loco.c
libavcodec/msrle.c
libavcodec/msvideo1.c
libavcodec/nuv.c
libavcodec/os2thread.c
libavcodec/pthread.c
libavcodec/qtrle.c
libavcodec/rangecoder.c
libavcodec/resample2.c
libavcodec/roqvideo.c
libavcodec/rpza.c
libavcodec/smacker.c
libavcodec/smc.c
libavcodec/snow.c
libavcodec/svq1.c
libavcodec/tiertexseqv.c
libavcodec/truemotion1.c
libavcodec/truemotion2.c
libavcodec/tscc.c
libavcodec/ulti.c
libavcodec/vc1.c
libavcodec/vmdav.c
libavcodec/vmnc.c
libavcodec/vp3.c
libavcodec/vp3dsp.c
libavcodec/vqavideo.c
libavcodec/w32thread.c
libavcodec/wnv1.c
libavcodec/xan.c
libavcodec/xvidff.c
libavcodec/zmbv.c
libavcodec/zmbvenc.c

index 961e462..e914a0d 100644 (file)
@@ -35,7 +35,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 
index f720f3e..2670c8d 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index 3d05991..b1c65dd 100644 (file)
@@ -21,7 +21,6 @@
 //#define DEBUG
 
 #include "avcodec.h"
-#include "common.h"
 
 #include <OS.h>
 
index 012986b..c67bea5 100644 (file)
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index 33a43e1..72645d3 100644 (file)
@@ -50,7 +50,6 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
-#include "common.h"
 #include "bytestream.h"
 #include "random.h"
 
index 6177cbd..36005a1 100644 (file)
@@ -21,7 +21,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #ifdef CONFIG_ZLIB
index 4d625e0..b607da0 100644 (file)
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
index 30027b1..7b4349b 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 
 
 typedef enum CinVideoBitmapIndex {
index 800669e..c860eb5 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef DSPUTIL_H
 #define DSPUTIL_H
 
-#include "common.h"
 #include "avcodec.h"
 
 
index 7675e71..b4b6f93 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #include <zlib.h>
index 175ccf7..7aaaf85 100644 (file)
@@ -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;
index 45f408c..ee5419c 100644 (file)
@@ -26,9 +26,8 @@
  * FF Video Codec 1 (an experimental lossless codec)
  */
 
-#include "common.h"
-#include "bitstream.h"
 #include "avcodec.h"
+#include "bitstream.h"
 #include "dsputil.h"
 #include "rangecoder.h"
 #include "golomb.h"
index 41baf10..0be0e46 100644 (file)
@@ -50,7 +50,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "bitstream.h"
 
index b975ed2..ff3c85e 100644 (file)
@@ -58,7 +58,6 @@
 #include <stdlib.h>
 #include <zlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "bitstream.h"
 #include "bytestream.h"
index bb05773..b2e5316 100644 (file)
@@ -41,7 +41,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "bswap.h"
 
index 07af331..01d1cec 100644 (file)
@@ -23,7 +23,6 @@
  */
 #include <limits.h>
 #include "avcodec.h"
-#include "common.h"
 #include "bitstream.h"
 
 /**
index 80dde7a..042e683 100644 (file)
@@ -25,7 +25,6 @@
  * h261codec.
  */
 
-#include "common.h"
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
index f68d8e7..fc3d94a 100644 (file)
@@ -28,9 +28,8 @@
  * huffyuv codec for libavcodec.
  */
 
-#include "common.h"
-#include "bitstream.h"
 #include "avcodec.h"
+#include "bitstream.h"
 #include "dsputil.h"
 
 #define VLC_BITS 11
index 38f330c..354a884 100644 (file)
@@ -50,7 +50,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index bd33d6d..52fe2b8 100644 (file)
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
index a79e323..32406f7 100644 (file)
@@ -40,7 +40,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index 8a190cb..573f10c 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #define KMVC_KEYFRAME 0x80
index f214b0a..6f187f8 100644 (file)
@@ -42,9 +42,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
-#include "bitstream.h"
 #include "avcodec.h"
+#include "bitstream.h"
 
 #ifdef CONFIG_ZLIB
 #include <zlib.h>
index 760699d..8b261ca 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #include "bitstream.h"
 #include "golomb.h"
 
index 5cb2061..4b9dc0c 100644 (file)
@@ -36,7 +36,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index 459a6c5..2e8a4e9 100644 (file)
@@ -36,7 +36,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index e83927c..9363711 100644 (file)
@@ -21,7 +21,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #include "bswap.h"
index c52b7ae..82fd22e 100644 (file)
@@ -23,7 +23,6 @@
 // Ported by Vlad Stelmahovsky
 
 #include "avcodec.h"
-#include "common.h"
 
 #define INCL_DOS
 #define INCL_DOSERRORS
index f2c636b..d82753b 100644 (file)
@@ -25,7 +25,6 @@
 #include <pthread.h>
 
 #include "avcodec.h"
-#include "common.h"
 
 typedef int (action_t)(AVCodecContext *c, void *arg);
 
index 5c6ccb4..002dfcb 100644 (file)
@@ -37,7 +37,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index fcd564a..4e15ce3 100644 (file)
@@ -35,7 +35,6 @@
 #include <string.h>
 
 #include "avcodec.h"
-#include "common.h"
 #include "rangecoder.h"
 
 
index d5e24fd..f3d0216 100644 (file)
@@ -27,7 +27,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #include "dsputil.h"
 
 #ifndef CONFIG_RESAMPLE_HP
index 0ac97b2..c7db303 100644 (file)
@@ -31,7 +31,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index 2a59109..df79a23 100644 (file)
@@ -40,7 +40,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index a079522..78ee923 100644 (file)
@@ -32,7 +32,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #define ALT_BITSTREAM_READER_LE
index 7a617ec..0875fd5 100644 (file)
@@ -34,7 +34,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index dc50941..df32d12 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #include "dsputil.h"
 #include "snow.h"
 
index 5087ba8..42fc6be 100644 (file)
@@ -41,7 +41,6 @@
 #include <unistd.h>
 #include <limits.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
index c9229e5..85d585e 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #define ALT_BITSTREAM_READER_LE
 #include "bitstream.h"
 
index c1326ac..281ae83 100644 (file)
@@ -34,7 +34,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index b282c96..2217665 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #include "bitstream.h"
 #include "dsputil.h"
 
index cc28408..fae3fa3 100644 (file)
@@ -39,7 +39,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #ifdef CONFIG_ZLIB
index d84a88d..5c6ba00 100644 (file)
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #include "ulti_cb.h"
index 40becae..648c33e 100644 (file)
@@ -26,7 +26,6 @@
  * VC-1 and WMV3 decoder
  *
  */
-#include "common.h"
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
index f10d57b..e1a5c47 100644 (file)
@@ -45,7 +45,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index e805ea0..d432782 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 enum EncTypes {
index efe7017..7975a21 100644 (file)
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
index bb9fed0..fc8f54d 100644 (file)
@@ -24,7 +24,6 @@
  * source code.
  */
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index f266daf..b13865d 100644 (file)
@@ -69,7 +69,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
index e749a64..58533a7 100644 (file)
@@ -21,7 +21,6 @@
 //#define DEBUG
 
 #include "avcodec.h"
-#include "common.h"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
index 46b31a5..fa427b5 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #include "avcodec.h"
-#include "common.h"
 #include "bitstream.h"
 
 
index c0e2db7..b9e28cb 100644 (file)
@@ -34,7 +34,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 typedef struct XanContext {
index 590fe4b..5b0698e 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <xvid.h>
 #include <unistd.h>
-#include "common.h"
 #include "avcodec.h"
 #include "xvid_internal.h"
 
index a37fdd8..6f75973 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #ifdef CONFIG_ZLIB
index 04e8623..c4c934e 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "common.h"
 #include "avcodec.h"
 
 #include <zlib.h>