Browse Source

h264 does not depend on mpegvideo any more

tags/n2.3
Vittorio Giovara 11 years ago
parent
commit
d24e9a99a4
7 changed files with 2 additions and 7 deletions
  1. +0
    -1
      libavcodec/h264.c
  2. +2
    -1
      libavcodec/h264.h
  3. +0
    -1
      libavcodec/h264_cavlc.c
  4. +0
    -1
      libavcodec/h264_direct.c
  5. +0
    -1
      libavcodec/h264_loopfilter.c
  6. +0
    -1
      libavcodec/h264data.h
  7. +0
    -1
      libavcodec/svq3.c

+ 0
- 1
libavcodec/h264.c View File

@@ -35,7 +35,6 @@
#include "dsputil.h"
#include "error_resilience.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "h264data.h"
#include "h264chroma.h"


+ 2
- 1
libavcodec/h264.h View File

@@ -33,13 +33,14 @@
#include "dsputil.h"
#include "error_resilience.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "h264chroma.h"
#include "h264dsp.h"
#include "h264pred.h"
#include "h264qpel.h"
#include "mpegutils.h"
#include "parser.h"
#include "rectangle.h"
#include "videodsp.h"

#define H264_MAX_PICTURE_COUNT 32
#define H264_MAX_THREADS 16


+ 0
- 1
libavcodec/h264_cavlc.c View File

@@ -29,7 +29,6 @@

#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "h264data.h" // FIXME FIXME FIXME
#include "h264_mvpred.h"


+ 0
- 1
libavcodec/h264_direct.c View File

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

#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "mpegutils.h"
#include "rectangle.h"


+ 0
- 1
libavcodec/h264_loopfilter.c View File

@@ -29,7 +29,6 @@
#include "libavutil/intreadwrite.h"
#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "mathops.h"
#include "mpegutils.h"


+ 0
- 1
libavcodec/h264data.h View File

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

#include "libavutil/rational.h"
#include "mpegvideo.h"
#include "h264.h"

static const uint8_t golomb_to_pict_type[5] = {


+ 0
- 1
libavcodec/svq3.c View File

@@ -44,7 +44,6 @@
#include "internal.h"
#include "avcodec.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h264.h"

#include "h264data.h" // FIXME FIXME FIXME


Loading…
Cancel
Save