summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-02 15:57:59 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-02 16:51:39 +0200
commitc60b266eac18e69382a965a375233e3bbfa91229 (patch)
treeb0531b359b96dbad6758e61e2353c6eb7b1320ba /libavcodec/avcodec.h
parent1ccd1a3860b1d9a378350592ce459da45f78b634 (diff)
avcodec/mpegvideo: support disabling motion compensation
This allows analyzing videos without having prior and current frames mixed Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 5c5d458ec5..94184758c9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2587,6 +2587,7 @@ typedef struct AVCodecContext {
#endif
#define FF_DEBUG_BUFFERS 0x00008000
#define FF_DEBUG_THREADS 0x00010000
+#define FF_DEBUG_NOMC 0x01000000
#if FF_API_DEBUG_MV
/**