[FFmpeg-cvslog] avcodec/intrax8: Remove duplicated chunk from ba5bcf96124a4933eef170dfe7955809d8d54a64
Michael Niedermayer
git at videolan.org
Mon Apr 18 01:00:55 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Apr 18 00:42:41 2016 +0200| [76d0209db482768070ae438ebdeb9359d22559af] | committer: Michael Niedermayer
avcodec/intrax8: Remove duplicated chunk from ba5bcf96124a4933eef170dfe7955809d8d54a64
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76d0209db482768070ae438ebdeb9359d22559af
---
libavcodec/intrax8.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c
index 260b7eb..2915103 100644
--- a/libavcodec/intrax8.c
+++ b/libavcodec/intrax8.c
@@ -144,9 +144,6 @@ static inline void x8_select_ac_table(IntraX8Context *const w, int mode)
table_index = get_bits(&s->gb, 3);
// 2 modes use same tables
w->j_ac_vlc[mode] = &j_ac_vlc[w->quant < 13][mode >> 1][table_index];
-
- table_index = get_bits(&s->gb, 3);
- w->j_ac_vlc[mode] = &j_ac_vlc[w->quant<13][mode>>1][table_index];//2 modes use same tables
av_assert2(w->j_ac_vlc[mode]);
}
More information about the ffmpeg-cvslog
mailing list