Browse Source

Remove redundant #inclusion of common.h, avcodec.h already #includes it.

Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
2029f312e8
55 changed files with 3 additions and 58 deletions
  1. +0
    -1
      libavcodec/8bps.c
  2. +0
    -1
      libavcodec/aasc.c
  3. +0
    -1
      libavcodec/beosthread.c
  4. +0
    -1
      libavcodec/cinepak.c
  5. +0
    -1
      libavcodec/cook.c
  6. +0
    -1
      libavcodec/cscd.c
  7. +0
    -1
      libavcodec/cyuv.c
  8. +0
    -1
      libavcodec/dsicinav.c
  9. +0
    -1
      libavcodec/dsputil.h
  10. +0
    -1
      libavcodec/dxa.c
  11. +0
    -1
      libavcodec/error_resilience.c
  12. +1
    -2
      libavcodec/ffv1.c
  13. +0
    -1
      libavcodec/flashsv.c
  14. +0
    -1
      libavcodec/flashsvenc.c
  15. +0
    -1
      libavcodec/flicvideo.c
  16. +0
    -1
      libavcodec/g726.c
  17. +0
    -1
      libavcodec/h261.c
  18. +1
    -2
      libavcodec/huffyuv.c
  19. +0
    -1
      libavcodec/idcinvideo.c
  20. +0
    -1
      libavcodec/indeo3.c
  21. +0
    -1
      libavcodec/interplayvideo.c
  22. +0
    -1
      libavcodec/kmvc.c
  23. +1
    -2
      libavcodec/lcl.c
  24. +0
    -1
      libavcodec/loco.c
  25. +0
    -1
      libavcodec/msrle.c
  26. +0
    -1
      libavcodec/msvideo1.c
  27. +0
    -1
      libavcodec/nuv.c
  28. +0
    -1
      libavcodec/os2thread.c
  29. +0
    -1
      libavcodec/pthread.c
  30. +0
    -1
      libavcodec/qtrle.c
  31. +0
    -1
      libavcodec/rangecoder.c
  32. +0
    -1
      libavcodec/resample2.c
  33. +0
    -1
      libavcodec/roqvideo.c
  34. +0
    -1
      libavcodec/rpza.c
  35. +0
    -1
      libavcodec/smacker.c
  36. +0
    -1
      libavcodec/smc.c
  37. +0
    -1
      libavcodec/snow.c
  38. +0
    -1
      libavcodec/svq1.c
  39. +0
    -1
      libavcodec/tiertexseqv.c
  40. +0
    -1
      libavcodec/truemotion1.c
  41. +0
    -1
      libavcodec/truemotion2.c
  42. +0
    -1
      libavcodec/tscc.c
  43. +0
    -1
      libavcodec/ulti.c
  44. +0
    -1
      libavcodec/vc1.c
  45. +0
    -1
      libavcodec/vmdav.c
  46. +0
    -1
      libavcodec/vmnc.c
  47. +0
    -1
      libavcodec/vp3.c
  48. +0
    -1
      libavcodec/vp3dsp.c
  49. +0
    -1
      libavcodec/vqavideo.c
  50. +0
    -1
      libavcodec/w32thread.c
  51. +0
    -1
      libavcodec/wnv1.c
  52. +0
    -1
      libavcodec/xan.c
  53. +0
    -1
      libavcodec/xvidff.c
  54. +0
    -1
      libavcodec/zmbv.c
  55. +0
    -1
      libavcodec/zmbvenc.c

+ 0
- 1
libavcodec/8bps.c View File

@@ -35,7 +35,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"




+ 0
- 1
libavcodec/aasc.c View File

@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/beosthread.c View File

@@ -21,7 +21,6 @@
//#define DEBUG

#include "avcodec.h"
#include "common.h"

#include <OS.h>



+ 0
- 1
libavcodec/cinepak.c View File

@@ -35,7 +35,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/cook.c View File

@@ -50,7 +50,6 @@
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
#include "common.h"
#include "bytestream.h"
#include "random.h"



+ 0
- 1
libavcodec/cscd.c View File

@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#ifdef CONFIG_ZLIB


+ 0
- 1
libavcodec/cyuv.c View File

@@ -35,7 +35,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/dsicinav.c View File

@@ -25,7 +25,6 @@
*/

#include "avcodec.h"
#include "common.h"


typedef enum CinVideoBitmapIndex {


+ 0
- 1
libavcodec/dsputil.h View File

@@ -30,7 +30,6 @@
#ifndef DSPUTIL_H
#define DSPUTIL_H

#include "common.h"
#include "avcodec.h"




+ 0
- 1
libavcodec/dxa.c View File

@@ -28,7 +28,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#include <zlib.h>


+ 0
- 1
libavcodec/error_resilience.c View 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;


+ 1
- 2
libavcodec/ffv1.c View 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"


+ 0
- 1
libavcodec/flashsv.c View File

@@ -50,7 +50,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"
#include "bitstream.h"



+ 0
- 1
libavcodec/flashsvenc.c View File

@@ -58,7 +58,6 @@
#include <stdlib.h>
#include <zlib.h>

#include "common.h"
#include "avcodec.h"
#include "bitstream.h"
#include "bytestream.h"


+ 0
- 1
libavcodec/flicvideo.c View File

@@ -41,7 +41,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "bswap.h"



+ 0
- 1
libavcodec/g726.c View File

@@ -23,7 +23,6 @@
*/
#include <limits.h>
#include "avcodec.h"
#include "common.h"
#include "bitstream.h"

/**


+ 0
- 1
libavcodec/h261.c View File

@@ -25,7 +25,6 @@
* h261codec.
*/

#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"


+ 1
- 2
libavcodec/huffyuv.c View 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


+ 0
- 1
libavcodec/idcinvideo.c View File

@@ -50,7 +50,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/indeo3.c View File

@@ -24,7 +24,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/interplayvideo.c View File

@@ -40,7 +40,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/kmvc.c View File

@@ -28,7 +28,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#define KMVC_KEYFRAME 0x80


+ 1
- 2
libavcodec/lcl.c View 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>


+ 0
- 1
libavcodec/loco.c View File

@@ -26,7 +26,6 @@
*/

#include "avcodec.h"
#include "common.h"
#include "bitstream.h"
#include "golomb.h"



+ 0
- 1
libavcodec/msrle.c View File

@@ -36,7 +36,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/msvideo1.c View File

@@ -36,7 +36,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/nuv.c View File

@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#include "bswap.h"


+ 0
- 1
libavcodec/os2thread.c View File

@@ -23,7 +23,6 @@
// Ported by Vlad Stelmahovsky

#include "avcodec.h"
#include "common.h"

#define INCL_DOS
#define INCL_DOSERRORS


+ 0
- 1
libavcodec/pthread.c View File

@@ -25,7 +25,6 @@
#include <pthread.h>

#include "avcodec.h"
#include "common.h"

typedef int (action_t)(AVCodecContext *c, void *arg);



+ 0
- 1
libavcodec/qtrle.c View File

@@ -37,7 +37,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/rangecoder.c View File

@@ -35,7 +35,6 @@
#include <string.h>

#include "avcodec.h"
#include "common.h"
#include "rangecoder.h"




+ 0
- 1
libavcodec/resample2.c View File

@@ -27,7 +27,6 @@
*/

#include "avcodec.h"
#include "common.h"
#include "dsputil.h"

#ifndef CONFIG_RESAMPLE_HP


+ 0
- 1
libavcodec/roqvideo.c View File

@@ -31,7 +31,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/rpza.c View File

@@ -40,7 +40,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/smacker.c View File

@@ -32,7 +32,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#define ALT_BITSTREAM_READER_LE


+ 0
- 1
libavcodec/smc.c View File

@@ -34,7 +34,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/snow.c View File

@@ -19,7 +19,6 @@
*/

#include "avcodec.h"
#include "common.h"
#include "dsputil.h"
#include "snow.h"



+ 0
- 1
libavcodec/svq1.c View File

@@ -41,7 +41,6 @@
#include <unistd.h>
#include <limits.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/tiertexseqv.c View File

@@ -25,7 +25,6 @@
*/

#include "avcodec.h"
#include "common.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"



+ 0
- 1
libavcodec/truemotion1.c View File

@@ -34,7 +34,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/truemotion2.c View File

@@ -26,7 +26,6 @@
*/

#include "avcodec.h"
#include "common.h"
#include "bitstream.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/tscc.c View File

@@ -39,7 +39,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#ifdef CONFIG_ZLIB


+ 0
- 1
libavcodec/ulti.c View File

@@ -30,7 +30,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"

#include "ulti_cb.h"


+ 0
- 1
libavcodec/vc1.c View File

@@ -26,7 +26,6 @@
* VC-1 and WMV3 decoder
*
*/
#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/vmdav.c View File

@@ -45,7 +45,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/vmnc.c View File

@@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

enum EncTypes {


+ 0
- 1
libavcodec/vp3.c View File

@@ -35,7 +35,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/vp3dsp.c View File

@@ -24,7 +24,6 @@
* source code.
*/

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/vqavideo.c View File

@@ -69,7 +69,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"
#include "dsputil.h"



+ 0
- 1
libavcodec/w32thread.c View File

@@ -21,7 +21,6 @@
//#define DEBUG

#include "avcodec.h"
#include "common.h"

#define WIN32_LEAN_AND_MEAN
#include <windows.h>


+ 0
- 1
libavcodec/wnv1.c View File

@@ -26,7 +26,6 @@
*/

#include "avcodec.h"
#include "common.h"
#include "bitstream.h"




+ 0
- 1
libavcodec/xan.c View File

@@ -34,7 +34,6 @@
#include <string.h>
#include <unistd.h>

#include "common.h"
#include "avcodec.h"

typedef struct XanContext {


+ 0
- 1
libavcodec/xvidff.c View File

@@ -27,7 +27,6 @@

#include <xvid.h>
#include <unistd.h>
#include "common.h"
#include "avcodec.h"
#include "xvid_internal.h"



+ 0
- 1
libavcodec/zmbv.c View File

@@ -28,7 +28,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#ifdef CONFIG_ZLIB


+ 0
- 1
libavcodec/zmbvenc.c View File

@@ -28,7 +28,6 @@
#include <stdio.h>
#include <stdlib.h>

#include "common.h"
#include "avcodec.h"

#include <zlib.h>


Loading…
Cancel
Save