comparison elbg.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children c4a4495715dd
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
19 */ 19 */
20 20
21 #ifndef FFMPEG_ELBG_H 21 #ifndef FFMPEG_ELBG_H
22 #define FFMPEG_ELBG_H 22 #define FFMPEG_ELBG_H
23 23
24 #include "random.h" 24 #include "libavutil/random.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 .