comparison avcodec.h @ 2990:0300c2647bc3 libavcodec

support downscaling frames for dynamic b frame decission
author michael
date Sun, 25 Dec 2005 18:34:02 +0000
parents 9d7d2bb70fd6
children cb0e26759cca
comparison
equal deleted inserted replaced
2989:c6e656e76eed 2990:0300c2647bc3
1867 * 1867 *
1868 * - encoding: set by user. 1868 * - encoding: set by user.
1869 * - decoding: unused 1869 * - decoding: unused
1870 */ 1870 */
1871 int bidir_refine; 1871 int bidir_refine;
1872
1873 /**
1874 *
1875 * - encoding: set by user.
1876 * - decoding: unused
1877 */
1878 int brd_scale;
1872 } AVCodecContext; 1879 } AVCodecContext;
1873 1880
1874 /** 1881 /**
1875 * AVCodec. 1882 * AVCodec.
1876 */ 1883 */