diff mpegvideo.h @ 608:98e39397636b libavcodec

better scene change detection
author michaelni
date Thu, 22 Aug 2002 19:41:06 +0000
parents b1a191202f96
children c0005de2be59
line wrap: on
line diff
--- a/mpegvideo.h	Wed Aug 21 19:18:02 2002 +0000
+++ b/mpegvideo.h	Thu Aug 22 19:41:06 2002 +0000
@@ -195,6 +195,7 @@
     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