diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-07-16 20:18:20 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-10-08 18:34:48 +0200 |
commit | 04d14c9b68b03e8dbc6e3003c1ee06892dd32576 (patch) | |
tree | 4e75884eda26b6a4d9f748336c18dc7cccc448e6 /libavcodec/vc1data.h | |
parent | 7ae9791b641d1183910b6e7faca23f7ae08f8579 (diff) | |
download | ffmpeg-04d14c9b68b03e8dbc6e3003c1ee06892dd32576.tar.gz |
vc1: Split the decoder in components
Speed up the overall compilation time.
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r-- | libavcodec/vc1data.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index 84e8188b21..66c569b797 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -94,8 +94,6 @@ extern VLC ff_vc1_ac_coeff_table[8]; #define VC1_IF_MBMODE_VLC_BITS 5 //@} - -/* Denominator used for ff_vc1_bfraction_lut */ #define B_FRACTION_DEN 256 /* pre-computed scales for all bfractions and base=256 */ |