]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideo.h
Rename ff_parse_eval() to ff_eval_expr().
[ffmpeg] / libavcodec / roqvideo.h
index 2b69838757de24e95c885ae8ea600f80e0e47afa..3fe11c670bd23913ae74be8c345c98334f36a4ee 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_ROQVIDEO_H
 #define AVCODEC_ROQVIDEO_H
 
-#include "libavutil/random.h"
+#include "libavutil/lfg.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
@@ -58,7 +58,7 @@ typedef struct RoqContext {
     int width, height;
 
     /* Encoder only data */
-    AVRandomState randctx;
+    AVLFG randctx;
     uint64_t lambda;
 
     motion_vect *this_motion4;