comparison avcodec.h @ 11299:14535f3deafb libavcodec

Fix typos in ref_index documentation.
author benoit
date Fri, 26 Feb 2010 08:55:43 +0000
parents 8fd2622aa522
children ee2e050815be
comparison
equal deleted inserted replaced
11298:b79f22337b6f 11299:14535f3deafb
891 * - decoding: Set by libavcodec.\ 891 * - decoding: Set by libavcodec.\
892 */\ 892 */\
893 short *dct_coeff;\ 893 short *dct_coeff;\
894 \ 894 \
895 /**\ 895 /**\
896 * motion referece frame index\ 896 * motion reference frame index\
897 * the order in which these are stored can depends on the codec.\ 897 * the order in which these are stored can depend on the codec.\
898 * - encoding: Set by user.\ 898 * - encoding: Set by user.\
899 * - decoding: Set by libavcodec.\ 899 * - decoding: Set by libavcodec.\
900 */\ 900 */\
901 int8_t *ref_index[2];\ 901 int8_t *ref_index[2];\
902 \ 902 \