comparison qdm2.c @ 12060:c69dd071f7d4 libavcodec

Remove non-existing stray arguments from Doxygen function documentation.
author diego
date Fri, 02 Jul 2010 11:19:29 +0000
parents fdafbcef52f5
children b31e6ace12f6
comparison
equal deleted inserted replaced
12059:8c396820d385 12060:c69dd071f7d4
940 /** 940 /**
941 * Init the first element of a channel in quantized_coeffs with data from packet 10 (quantized_coeffs[ch][0]). 941 * Init the first element of a channel in quantized_coeffs with data from packet 10 (quantized_coeffs[ch][0]).
942 * This is similar to process_subpacket_9, but for a single channel and for element [0] 942 * This is similar to process_subpacket_9, but for a single channel and for element [0]
943 * same VLC tables as process_subpacket_9 are used. 943 * same VLC tables as process_subpacket_9 are used.
944 * 944 *
945 * @param q context
946 * @param quantized_coeffs pointer to quantized_coeffs[ch][0] 945 * @param quantized_coeffs pointer to quantized_coeffs[ch][0]
947 * @param gb bitreader context 946 * @param gb bitreader context
948 * @param length packet length in bits 947 * @param length packet length in bits
949 */ 948 */
950 static void init_quantized_coeffs_elem0 (int8_t *quantized_coeffs, GetBitContext *gb, int length) 949 static void init_quantized_coeffs_elem0 (int8_t *quantized_coeffs, GetBitContext *gb, int length)