comparison mpegaudio_tablegen.h @ 10470:08be6978ac8e libavcodec

10l, fix incorrect endif comment.
author reimar
date Wed, 28 Oct 2009 18:52:39 +0000
parents 23ca6d60184d
children 36a16fb5c497
comparison
equal deleted inserted replaced
10469:23ca6d60184d 10470:08be6978ac8e
61 expval_table[exponent][i&15]= llrint(f); 61 expval_table[exponent][i&15]= llrint(f);
62 if((i&15)==1) 62 if((i&15)==1)
63 exp_table[exponent]= llrint(f); 63 exp_table[exponent]= llrint(f);
64 } 64 }
65 } 65 }
66 #endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */ 66 #endif /* CONFIG_HARDCODED_TABLES */
67 67
68 #endif /* MPEGAUDIO_TABLEGEN_H */ 68 #endif /* MPEGAUDIO_TABLEGEN_H */