comparison elbg.h @ 9195:23138c3326c6 libavcodec

Use correct header for struct AVLFG.
author diego
date Fri, 20 Mar 2009 10:47:02 +0000
parents aa459306ee59
children cb62e27e2c07
comparison
equal deleted inserted replaced
9194:6bf01d174630 9195:23138c3326c6
19 */ 19 */
20 20
21 #ifndef AVCODEC_ELBG_H 21 #ifndef AVCODEC_ELBG_H
22 #define AVCODEC_ELBG_H 22 #define AVCODEC_ELBG_H
23 23
24 #include "libavutil/random.h" 24 #include "libavutil/lfg.h"
25 25
26 /** 26 /**
27 * Implementation of the Enhanced LBG Algorithm 27 * Implementation of the Enhanced LBG Algorithm
28 * Based on the paper "Neural Networks 14:1219-1237" that can be found in 28 * Based on the paper "Neural Networks 14:1219-1237" that can be found in
29 * http://citeseer.ist.psu.edu/patan01enhanced.html . 29 * http://citeseer.ist.psu.edu/patan01enhanced.html .