comparison avcodec.h @ 11295:8fd2622aa522 libavcodec

Clarify ref_index.
author michael
date Fri, 26 Feb 2010 00:51:26 +0000
parents 0fc1cdd984b7
children 14535f3deafb
comparison
equal deleted inserted replaced
11294:fb7e2f568ad9 11295:8fd2622aa522
892 */\ 892 */\
893 short *dct_coeff;\ 893 short *dct_coeff;\
894 \ 894 \
895 /**\ 895 /**\
896 * motion referece frame index\ 896 * motion referece frame index\
897 * the order in which these are stored can depends on the codec.\
897 * - encoding: Set by user.\ 898 * - encoding: Set by user.\
898 * - decoding: Set by libavcodec.\ 899 * - decoding: Set by libavcodec.\
899 */\ 900 */\
900 int8_t *ref_index[2];\ 901 int8_t *ref_index[2];\
901 \ 902 \