aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-26 02:47:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-26 02:47:32 +0200
commit7295ee7f51d9567526537228f2a0cd47c11db9c3 (patch)
tree33624379cd18bdbecfd261d25893b0a374e3b795 /libavcodec/mpegvideo.h
parent8b395315a5e7eba743d815f0b9c3a42aaeefd297 (diff)
parentd8520d3ee032bf18f28897e0109f44b405caf5e3 (diff)
downloadffmpeg-7295ee7f51d9567526537228f2a0cd47c11db9c3.tar.gz
Merge commit 'd8520d3ee032bf18f28897e0109f44b405caf5e3'
* commit 'd8520d3ee032bf18f28897e0109f44b405caf5e3': mpegvideo: Move QMAT_SHIFT* defines to the only place they are used Conflicts: libavcodec/mpegvideo.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 5c601dd87b..2d37b62bec 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -62,9 +62,6 @@ enum OutputFormat {
FMT_MJPEG,
};
-#define QMAT_SHIFT_MMX 16
-#define QMAT_SHIFT 21
-
#define MAX_FCODE 7
#define MAX_MV 4096