comparison cook.c @ 4860:3c7ae5e13967 libavcodec

Cosmetics, patch by Ramiro Polla. ramiro ta lisha tod ufsc tod br
author banan
date Wed, 18 Apr 2007 19:44:04 +0000
parents 78bb9129231b
children 7a0fa2116949
comparison
equal deleted inserted replaced
4859:bc40c297ea15 4860:3c7ae5e13967
639 639
640 /** 640 /**
641 * function for decoding mono data 641 * function for decoding mono data
642 * 642 *
643 * @param q pointer to the COOKContext 643 * @param q pointer to the COOKContext
644 * @param mlt_buffer1 pointer to left channel mlt coefficients 644 * @param mlt_buffer pointer to mlt coefficients
645 * @param mlt_buffer2 pointer to right channel mlt coefficients
646 */ 645 */
647 646
648 static void mono_decode(COOKContext *q, float* mlt_buffer) { 647 static void mono_decode(COOKContext *q, float* mlt_buffer) {
649 648
650 int category_index[128]; 649 int category_index[128];