comparison avcodec.h @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents fc91ca5b9066
children eaa57c3336fc
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
1689 * - decoding: unused 1689 * - decoding: unused
1690 */ 1690 */
1691 int nsse_weight; 1691 int nsse_weight;
1692 1692
1693 /** 1693 /**
1694 * number of macroblock rows at the top which are skiped. 1694 * number of macroblock rows at the top which are skipped.
1695 * - encoding: unused 1695 * - encoding: unused
1696 * - decoding: set by user 1696 * - decoding: set by user
1697 */ 1697 */
1698 int skip_top; 1698 int skip_top;
1699 1699
1700 /** 1700 /**
1701 * number of macroblock rows at the bottom which are skiped. 1701 * number of macroblock rows at the bottom which are skipped.
1702 * - encoding: unused 1702 * - encoding: unused
1703 * - decoding: set by user 1703 * - decoding: set by user
1704 */ 1704 */
1705 int skip_bottom; 1705 int skip_bottom;
1706 1706