blob: 99dc79823947dcdc763ec37e5aacdca634fd89f9 [file] [log] [blame]
void joint_decode(float* mlt_buffer1, int t) {
int i;
float decode_buffer[1060];
foo(decode_buffer);
for (i=0; i<10 ; i++) {
mlt_buffer1[i] = i * decode_buffer[t];
}
}