diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-15 08:25:24 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-26 03:38:11 +0100 |
commit | 82a856e2e9667176e03bcb0c289316cbfd2b0a4f (patch) | |
tree | d6fd2c34e7713dc024b33c79e3176d810ea0c4b9 /libavcodec/msmpeg4data.h | |
parent | 6d47d569d7c61677d9666e5241935d8aa4a99b99 (diff) | |
download | ffmpeg-82a856e2e9667176e03bcb0c289316cbfd2b0a4f.tar.gz |
avcodec/msmpeg4enc: Use LUT to write motion vectors
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/msmpeg4data.h')
-rw-r--r-- | libavcodec/msmpeg4data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h index aa4ca86a05..4921548d0c 100644 --- a/libavcodec/msmpeg4data.h +++ b/libavcodec/msmpeg4data.h @@ -43,7 +43,6 @@ typedef struct MVTable { const uint8_t *table_mv_bits; const uint8_t *table_mvx; const uint8_t *table_mvy; - uint16_t *table_mv_index; /* encoding: convert mv to index in table_mv */ const VLCElem *vlc; /* decoding: vlc */ } MVTable; |