comparison avcodec.h @ 6042:aafba06538c2 libavcodec

Remove old variable with the next major version bump.
author michael
date Tue, 18 Dec 2007 14:51:55 +0000
parents b4d22e42528c
children 823e6b273ea2
comparison
equal deleted inserted replaced
6041:bb4b486c6775 6042:aafba06538c2
1272 * - decoding: unused 1272 * - decoding: unused
1273 */ 1273 */
1274 float dark_masking; 1274 float dark_masking;
1275 1275
1276 1276
1277 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
1277 /* for binary compatibility */ 1278 /* for binary compatibility */
1278 int unused; 1279 int unused;
1280 #endif
1279 1281
1280 /** 1282 /**
1281 * IDCT algorithm, see FF_IDCT_* below. 1283 * IDCT algorithm, see FF_IDCT_* below.
1282 * - encoding: Set by user. 1284 * - encoding: Set by user.
1283 * - decoding: Set by user. 1285 * - decoding: Set by user.