r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / cameraauto.h
blob127eb14080942e66d28be744bfe09eb1db402512
1 #ifndef CAMERAAUTO_H
2 #define CAMERAAUTO_H
4 #include "auto.h"
7 class CameraAuto : public Auto
9 public:
10 CameraAuto();
11 ~CameraAuto();
13 int camera_x, camera_y; // center of view in source frame
14 // 0 to source width/height
15 float zoom; // amount to expand source
16 int radius_in, radius_out; // radius of turn in or turn out,
17 // depending on which neighbor
18 // isn't in a line with this point
19 int acceleration_in, acceleration_out; // acceleration into and out of the point
26 #endif