diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-05 12:01:28 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-05 12:01:28 +0000 |
commit | 0b99215c0e6a3e24dfdd99f83395e1231a015601 (patch) | |
tree | 20a230f27fe44efb9f36fd3bb003306a3b6db7a1 /libavcodec/ratecontrol.h | |
parent | 6532c6f9294722ccfa76717f94a9cbac37d7caed (diff) | |
download | ffmpeg-0b99215c0e6a3e24dfdd99f83395e1231a015601.tar.gz |
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
API public.
Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r-- | libavcodec/ratecontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index d5fe2bc81d..32efe01d24 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -30,7 +30,7 @@ #include <stdio.h> #include <stdint.h> -#include "eval.h" +#include "libavutil/eval.h" typedef struct Predictor{ double coeff; |