summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-08-22 19:41:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-22 19:41:06 +0000
commit1fb4890b5195db4de31733a234abb946f9399f3e (patch)
treee7f8052f50224fe83f3160d1e2047469f12562c4 /libavcodec/mpegvideo.h
parent90cee0c351f43a37b626c08d8262eaa3237f4de9 (diff)
better scene change detection
Originally committed as revision 858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 0f4983f495..fb2487e5e4 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -195,6 +195,7 @@ typedef struct MpegEncContext {
uint16_t *me_score_map; /* map to store the SADs */
int me_map_generation;
int skip_me; /* set if ME is skiped for the current MB */
+ int scene_change_score;
int mv_dir;
#define MV_DIR_BACKWARD 1
#define MV_DIR_FORWARD 2