comparison avcodec.h @ 1151:1d2ced5e79f3 libavcodec

binary compatibility fix (workaround for r.147, r.148)
author nickols_k
date Mon, 24 Mar 2003 08:52:32 +0000
parents dde68a430ba9
children 5af9aeadbdc3
comparison
equal deleted inserted replaced
1150:dde68a430ba9 1151:1d2ced5e79f3
795 * - encoding: set by user 795 * - encoding: set by user
796 * - decoding: unused 796 * - decoding: unused
797 */ 797 */
798 float dark_masking; 798 float dark_masking;
799 799
800
801 /* for binary compatibility */
802 int unused;
803
800 /** 804 /**
801 * idct algorithm, see FF_IDCT_* below. 805 * idct algorithm, see FF_IDCT_* below.
802 * - encoding: set by user 806 * - encoding: set by user
803 * - decoding: set by user 807 * - decoding: set by user
804 */ 808 */