Browse Source

Merge commit 'ff85334375c6733c6116ea3686f128b4a11f33e7'

* commit 'ff85334375c6733c6116ea3686f128b4a11f33e7':
  mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines

CHROMA_444 is not removed as we do support CHROMA_444 and use the
identifier

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 11 years ago
parent
commit
0a9bab5be6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mpegvideo.h

+ 0
- 2
libavcodec/mpegvideo.h View File

@@ -62,8 +62,6 @@ enum OutputFormat {
FMT_MJPEG,
};

#define MPEG_BUF_SIZE (16 * 1024)

#define QMAT_SHIFT_MMX 16
#define QMAT_SHIFT 21



Loading…
Cancel
Save