# HG changeset patch # User diego # Date 1178787644 0 # Node ID f99e40a7155bef92c733dd9e04b8831e8735f9f3 # Parent 3e8e345084cbcc463f774368663123bb8e41ce84 Remove redundant #inclusion of common.h, avcodec.h already #includes it. diff -r 3e8e345084cb -r f99e40a7155b 8bps.c --- a/8bps.c Thu May 10 03:13:41 2007 +0000 +++ b/8bps.c Thu May 10 09:00:44 2007 +0000 @@ -35,7 +35,6 @@ #include #include -#include "common.h" #include "avcodec.h" diff -r 3e8e345084cb -r f99e40a7155b aasc.c --- a/aasc.c Thu May 10 03:13:41 2007 +0000 +++ b/aasc.c Thu May 10 09:00:44 2007 +0000 @@ -28,7 +28,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b beosthread.c --- a/beosthread.c Thu May 10 03:13:41 2007 +0000 +++ b/beosthread.c Thu May 10 09:00:44 2007 +0000 @@ -21,7 +21,6 @@ //#define DEBUG #include "avcodec.h" -#include "common.h" #include diff -r 3e8e345084cb -r f99e40a7155b cinepak.c --- a/cinepak.c Thu May 10 03:13:41 2007 +0000 +++ b/cinepak.c Thu May 10 09:00:44 2007 +0000 @@ -35,7 +35,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b cook.c --- a/cook.c Thu May 10 03:13:41 2007 +0000 +++ b/cook.c Thu May 10 09:00:44 2007 +0000 @@ -50,7 +50,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" -#include "common.h" #include "bytestream.h" #include "random.h" diff -r 3e8e345084cb -r f99e40a7155b cscd.c --- a/cscd.c Thu May 10 03:13:41 2007 +0000 +++ b/cscd.c Thu May 10 09:00:44 2007 +0000 @@ -21,7 +21,6 @@ #include #include -#include "common.h" #include "avcodec.h" #ifdef CONFIG_ZLIB diff -r 3e8e345084cb -r f99e40a7155b cyuv.c --- a/cyuv.c Thu May 10 03:13:41 2007 +0000 +++ b/cyuv.c Thu May 10 09:00:44 2007 +0000 @@ -35,7 +35,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b dsicinav.c --- a/dsicinav.c Thu May 10 03:13:41 2007 +0000 +++ b/dsicinav.c Thu May 10 09:00:44 2007 +0000 @@ -25,7 +25,6 @@ */ #include "avcodec.h" -#include "common.h" typedef enum CinVideoBitmapIndex { diff -r 3e8e345084cb -r f99e40a7155b dsputil.h --- a/dsputil.h Thu May 10 03:13:41 2007 +0000 +++ b/dsputil.h Thu May 10 09:00:44 2007 +0000 @@ -30,7 +30,6 @@ #ifndef DSPUTIL_H #define DSPUTIL_H -#include "common.h" #include "avcodec.h" diff -r 3e8e345084cb -r f99e40a7155b dxa.c --- a/dxa.c Thu May 10 03:13:41 2007 +0000 +++ b/dxa.c Thu May 10 09:00:44 2007 +0000 @@ -28,7 +28,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include diff -r 3e8e345084cb -r f99e40a7155b error_resilience.c --- 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; diff -r 3e8e345084cb -r f99e40a7155b ffv1.c --- a/ffv1.c Thu May 10 03:13:41 2007 +0000 +++ b/ffv1.c Thu May 10 09:00:44 2007 +0000 @@ -26,9 +26,8 @@ * FF Video Codec 1 (an experimental lossless codec) */ -#include "common.h" +#include "avcodec.h" #include "bitstream.h" -#include "avcodec.h" #include "dsputil.h" #include "rangecoder.h" #include "golomb.h" diff -r 3e8e345084cb -r f99e40a7155b flashsv.c --- a/flashsv.c Thu May 10 03:13:41 2007 +0000 +++ b/flashsv.c Thu May 10 09:00:44 2007 +0000 @@ -50,7 +50,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "bitstream.h" diff -r 3e8e345084cb -r f99e40a7155b flashsvenc.c --- a/flashsvenc.c Thu May 10 03:13:41 2007 +0000 +++ b/flashsvenc.c Thu May 10 09:00:44 2007 +0000 @@ -58,7 +58,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "bitstream.h" #include "bytestream.h" diff -r 3e8e345084cb -r f99e40a7155b flicvideo.c --- a/flicvideo.c Thu May 10 03:13:41 2007 +0000 +++ b/flicvideo.c Thu May 10 09:00:44 2007 +0000 @@ -41,7 +41,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "bswap.h" diff -r 3e8e345084cb -r f99e40a7155b g726.c --- a/g726.c Thu May 10 03:13:41 2007 +0000 +++ b/g726.c Thu May 10 09:00:44 2007 +0000 @@ -23,7 +23,6 @@ */ #include #include "avcodec.h" -#include "common.h" #include "bitstream.h" /** diff -r 3e8e345084cb -r f99e40a7155b h261.c --- a/h261.c Thu May 10 03:13:41 2007 +0000 +++ b/h261.c Thu May 10 09:00:44 2007 +0000 @@ -25,7 +25,6 @@ * h261codec. */ -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b huffyuv.c --- a/huffyuv.c Thu May 10 03:13:41 2007 +0000 +++ b/huffyuv.c Thu May 10 09:00:44 2007 +0000 @@ -28,9 +28,8 @@ * huffyuv codec for libavcodec. */ -#include "common.h" +#include "avcodec.h" #include "bitstream.h" -#include "avcodec.h" #include "dsputil.h" #define VLC_BITS 11 diff -r 3e8e345084cb -r f99e40a7155b idcinvideo.c --- a/idcinvideo.c Thu May 10 03:13:41 2007 +0000 +++ b/idcinvideo.c Thu May 10 09:00:44 2007 +0000 @@ -50,7 +50,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b indeo3.c --- a/indeo3.c Thu May 10 03:13:41 2007 +0000 +++ b/indeo3.c Thu May 10 09:00:44 2007 +0000 @@ -24,7 +24,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b interplayvideo.c --- a/interplayvideo.c Thu May 10 03:13:41 2007 +0000 +++ b/interplayvideo.c Thu May 10 09:00:44 2007 +0000 @@ -40,7 +40,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b kmvc.c --- a/kmvc.c Thu May 10 03:13:41 2007 +0000 +++ b/kmvc.c Thu May 10 09:00:44 2007 +0000 @@ -28,7 +28,6 @@ #include #include -#include "common.h" #include "avcodec.h" #define KMVC_KEYFRAME 0x80 diff -r 3e8e345084cb -r f99e40a7155b lcl.c --- a/lcl.c Thu May 10 03:13:41 2007 +0000 +++ b/lcl.c Thu May 10 09:00:44 2007 +0000 @@ -42,9 +42,8 @@ #include #include -#include "common.h" +#include "avcodec.h" #include "bitstream.h" -#include "avcodec.h" #ifdef CONFIG_ZLIB #include diff -r 3e8e345084cb -r f99e40a7155b loco.c --- a/loco.c Thu May 10 03:13:41 2007 +0000 +++ b/loco.c Thu May 10 09:00:44 2007 +0000 @@ -26,7 +26,6 @@ */ #include "avcodec.h" -#include "common.h" #include "bitstream.h" #include "golomb.h" diff -r 3e8e345084cb -r f99e40a7155b msrle.c --- a/msrle.c Thu May 10 03:13:41 2007 +0000 +++ b/msrle.c Thu May 10 09:00:44 2007 +0000 @@ -36,7 +36,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b msvideo1.c --- a/msvideo1.c Thu May 10 03:13:41 2007 +0000 +++ b/msvideo1.c Thu May 10 09:00:44 2007 +0000 @@ -36,7 +36,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b nuv.c --- a/nuv.c Thu May 10 03:13:41 2007 +0000 +++ b/nuv.c Thu May 10 09:00:44 2007 +0000 @@ -21,7 +21,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "bswap.h" diff -r 3e8e345084cb -r f99e40a7155b os2thread.c --- a/os2thread.c Thu May 10 03:13:41 2007 +0000 +++ b/os2thread.c Thu May 10 09:00:44 2007 +0000 @@ -23,7 +23,6 @@ // Ported by Vlad Stelmahovsky #include "avcodec.h" -#include "common.h" #define INCL_DOS #define INCL_DOSERRORS diff -r 3e8e345084cb -r f99e40a7155b pthread.c --- a/pthread.c Thu May 10 03:13:41 2007 +0000 +++ b/pthread.c Thu May 10 09:00:44 2007 +0000 @@ -25,7 +25,6 @@ #include #include "avcodec.h" -#include "common.h" typedef int (action_t)(AVCodecContext *c, void *arg); diff -r 3e8e345084cb -r f99e40a7155b qtrle.c --- a/qtrle.c Thu May 10 03:13:41 2007 +0000 +++ b/qtrle.c Thu May 10 09:00:44 2007 +0000 @@ -37,7 +37,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b rangecoder.c --- a/rangecoder.c Thu May 10 03:13:41 2007 +0000 +++ b/rangecoder.c Thu May 10 09:00:44 2007 +0000 @@ -35,7 +35,6 @@ #include #include "avcodec.h" -#include "common.h" #include "rangecoder.h" diff -r 3e8e345084cb -r f99e40a7155b resample2.c --- a/resample2.c Thu May 10 03:13:41 2007 +0000 +++ b/resample2.c Thu May 10 09:00:44 2007 +0000 @@ -27,7 +27,6 @@ */ #include "avcodec.h" -#include "common.h" #include "dsputil.h" #ifndef CONFIG_RESAMPLE_HP diff -r 3e8e345084cb -r f99e40a7155b roqvideo.c --- a/roqvideo.c Thu May 10 03:13:41 2007 +0000 +++ b/roqvideo.c Thu May 10 09:00:44 2007 +0000 @@ -31,7 +31,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b rpza.c --- a/rpza.c Thu May 10 03:13:41 2007 +0000 +++ b/rpza.c Thu May 10 09:00:44 2007 +0000 @@ -40,7 +40,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b smacker.c --- a/smacker.c Thu May 10 03:13:41 2007 +0000 +++ b/smacker.c Thu May 10 09:00:44 2007 +0000 @@ -32,7 +32,6 @@ #include #include -#include "common.h" #include "avcodec.h" #define ALT_BITSTREAM_READER_LE diff -r 3e8e345084cb -r f99e40a7155b smc.c --- a/smc.c Thu May 10 03:13:41 2007 +0000 +++ b/smc.c Thu May 10 09:00:44 2007 +0000 @@ -34,7 +34,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b snow.c --- a/snow.c Thu May 10 03:13:41 2007 +0000 +++ b/snow.c Thu May 10 09:00:44 2007 +0000 @@ -19,7 +19,6 @@ */ #include "avcodec.h" -#include "common.h" #include "dsputil.h" #include "snow.h" diff -r 3e8e345084cb -r f99e40a7155b svq1.c --- a/svq1.c Thu May 10 03:13:41 2007 +0000 +++ b/svq1.c Thu May 10 09:00:44 2007 +0000 @@ -41,7 +41,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b tiertexseqv.c --- a/tiertexseqv.c Thu May 10 03:13:41 2007 +0000 +++ b/tiertexseqv.c Thu May 10 09:00:44 2007 +0000 @@ -25,7 +25,6 @@ */ #include "avcodec.h" -#include "common.h" #define ALT_BITSTREAM_READER_LE #include "bitstream.h" diff -r 3e8e345084cb -r f99e40a7155b truemotion1.c --- a/truemotion1.c Thu May 10 03:13:41 2007 +0000 +++ b/truemotion1.c Thu May 10 09:00:44 2007 +0000 @@ -34,7 +34,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b truemotion2.c --- a/truemotion2.c Thu May 10 03:13:41 2007 +0000 +++ b/truemotion2.c Thu May 10 09:00:44 2007 +0000 @@ -26,7 +26,6 @@ */ #include "avcodec.h" -#include "common.h" #include "bitstream.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b tscc.c --- a/tscc.c Thu May 10 03:13:41 2007 +0000 +++ b/tscc.c Thu May 10 09:00:44 2007 +0000 @@ -39,7 +39,6 @@ #include #include -#include "common.h" #include "avcodec.h" #ifdef CONFIG_ZLIB diff -r 3e8e345084cb -r f99e40a7155b ulti.c --- a/ulti.c Thu May 10 03:13:41 2007 +0000 +++ b/ulti.c Thu May 10 09:00:44 2007 +0000 @@ -30,7 +30,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "ulti_cb.h" diff -r 3e8e345084cb -r f99e40a7155b vc1.c --- a/vc1.c Thu May 10 03:13:41 2007 +0000 +++ b/vc1.c Thu May 10 09:00:44 2007 +0000 @@ -26,7 +26,6 @@ * VC-1 and WMV3 decoder * */ -#include "common.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b vmdav.c --- a/vmdav.c Thu May 10 03:13:41 2007 +0000 +++ b/vmdav.c Thu May 10 09:00:44 2007 +0000 @@ -45,7 +45,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b vmnc.c --- a/vmnc.c Thu May 10 03:13:41 2007 +0000 +++ b/vmnc.c Thu May 10 09:00:44 2007 +0000 @@ -29,7 +29,6 @@ #include #include -#include "common.h" #include "avcodec.h" enum EncTypes { diff -r 3e8e345084cb -r f99e40a7155b vp3.c --- a/vp3.c Thu May 10 03:13:41 2007 +0000 +++ b/vp3.c Thu May 10 09:00:44 2007 +0000 @@ -35,7 +35,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" diff -r 3e8e345084cb -r f99e40a7155b vp3dsp.c --- a/vp3dsp.c Thu May 10 03:13:41 2007 +0000 +++ b/vp3dsp.c Thu May 10 09:00:44 2007 +0000 @@ -24,7 +24,6 @@ * source code. */ -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b vqavideo.c --- a/vqavideo.c Thu May 10 03:13:41 2007 +0000 +++ b/vqavideo.c Thu May 10 09:00:44 2007 +0000 @@ -69,7 +69,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "dsputil.h" diff -r 3e8e345084cb -r f99e40a7155b w32thread.c --- a/w32thread.c Thu May 10 03:13:41 2007 +0000 +++ b/w32thread.c Thu May 10 09:00:44 2007 +0000 @@ -21,7 +21,6 @@ //#define DEBUG #include "avcodec.h" -#include "common.h" #define WIN32_LEAN_AND_MEAN #include diff -r 3e8e345084cb -r f99e40a7155b wnv1.c --- a/wnv1.c Thu May 10 03:13:41 2007 +0000 +++ b/wnv1.c Thu May 10 09:00:44 2007 +0000 @@ -26,7 +26,6 @@ */ #include "avcodec.h" -#include "common.h" #include "bitstream.h" diff -r 3e8e345084cb -r f99e40a7155b xan.c --- a/xan.c Thu May 10 03:13:41 2007 +0000 +++ b/xan.c Thu May 10 09:00:44 2007 +0000 @@ -34,7 +34,6 @@ #include #include -#include "common.h" #include "avcodec.h" typedef struct XanContext { diff -r 3e8e345084cb -r f99e40a7155b xvidff.c --- a/xvidff.c Thu May 10 03:13:41 2007 +0000 +++ b/xvidff.c Thu May 10 09:00:44 2007 +0000 @@ -27,7 +27,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include "xvid_internal.h" diff -r 3e8e345084cb -r f99e40a7155b zmbv.c --- a/zmbv.c Thu May 10 03:13:41 2007 +0000 +++ b/zmbv.c Thu May 10 09:00:44 2007 +0000 @@ -28,7 +28,6 @@ #include #include -#include "common.h" #include "avcodec.h" #ifdef CONFIG_ZLIB diff -r 3e8e345084cb -r f99e40a7155b zmbvenc.c --- a/zmbvenc.c Thu May 10 03:13:41 2007 +0000 +++ b/zmbvenc.c Thu May 10 09:00:44 2007 +0000 @@ -28,7 +28,6 @@ #include #include -#include "common.h" #include "avcodec.h" #include