[FFmpeg-cvslog] avcodec/motion_est: Remove unused field

Andreas Rheinhardt git at videolan.org
Sun Nov 6 18:51:13 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Nov  3 02:26:38 2022 +0100| [a6657493da5ca6f53a92aa2bdd283e1d3a12b91e] | committer: Andreas Rheinhardt

avcodec/motion_est: Remove unused field

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6657493da5ca6f53a92aa2bdd283e1d3a12b91e
---

 libavcodec/motion_est.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/motion_est.h b/libavcodec/motion_est.h
index b20cdabbbb..f6a563b08c 100644
--- a/libavcodec/motion_est.h
+++ b/libavcodec/motion_est.h
@@ -52,7 +52,6 @@ typedef struct MotionEstContext {
     uint8_t *scratchpad;            /**< data area for the ME algo, so that
                                      * the ME does not need to malloc/free. */
     uint8_t *temp;
-    int best_bits;
     uint32_t *map;                  ///< map to avoid duplicate evaluations
     uint32_t *score_map;            ///< map to store the scores
     unsigned map_generation;



More information about the ffmpeg-cvslog mailing list