Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-07-16 22:18:20 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-10-08 20:34:48 +0400
commit04d14c9b68b03e8dbc6e3003c1ee06892dd32576 (patch)
tree4e75884eda26b6a4d9f748336c18dc7cccc448e6 /libavcodec/vc1data.h
parent7ae9791b641d1183910b6e7faca23f7ae08f8579 (diff)
vc1: Split the decoder in components
Speed up the overall compilation time.
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r--libavcodec/vc1data.h2
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 */