[SCM] libav/experimental: mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:01 UTC 2014


The following commit has been merged in the experimental branch:
commit ff85334375c6733c6116ea3686f128b4a11f33e7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 23 13:49:16 2014 -0700

    mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index ec1577a..8233d6f 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -60,8 +60,6 @@ enum OutputFormat {
     FMT_MJPEG,
 };
 
-#define MPEG_BUF_SIZE (16 * 1024)
-
 #define QMAT_SHIFT_MMX 16
 #define QMAT_SHIFT 22
 
@@ -589,7 +587,6 @@ typedef struct MpegEncContext {
     int chroma_format;
 #define CHROMA_420 1
 #define CHROMA_422 2
-#define CHROMA_444 3
     int chroma_x_shift;//depend on pix_format, that depend on chroma_format
     int chroma_y_shift;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list