comparison nellymoser.c @ 9196:460555ca9253 libavcodec

Remove unused libavutil/random.h #include.
author diego
date Fri, 20 Mar 2009 10:48:01 +0000
parents e9d9d946f213
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9195:23138c3326c6 9196:460555ca9253
30 * The 3 alphanumeric copyright notices are md5summed they are from the original 30 * The 3 alphanumeric copyright notices are md5summed they are from the original
31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ 31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 */ 32 */
33 33
34 #include "nellymoser.h" 34 #include "nellymoser.h"
35 #include "libavutil/random.h"
36 #include "avcodec.h" 35 #include "avcodec.h"
37 #include "dsputil.h" 36 #include "dsputil.h"
38 37
39 #define ALT_BITSTREAM_READER_LE 38 #define ALT_BITSTREAM_READER_LE
40 #include "bitstream.h" 39 #include "bitstream.h"