comparison avcodec.h @ 4412:cce4bdb0e322 libavcodec

Typo
author takis
date Fri, 26 Jan 2007 15:11:10 +0000
parents 432d332b7def
children 765df9cbb2b3
comparison
equal deleted inserted replaced
4411:fad1bf082bf9 4412:cce4bdb0e322
863 * - decoding: unused 863 * - decoding: unused
864 */ 864 */
865 int qmax; 865 int qmax;
866 866
867 /** 867 /**
868 * maximum quantizer difference etween frames. 868 * maximum quantizer difference between frames.
869 * - encoding: set by user. 869 * - encoding: set by user.
870 * - decoding: unused 870 * - decoding: unused
871 */ 871 */
872 int max_qdiff; 872 int max_qdiff;
873 873