X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fcinelerra%2Fproxy.h;h=7fa9fd261fa90840d0a56f3d274728b9599c5b35;hb=ac8f3979437fb45effb135a1bb6bee871f52d635;hp=f48df9680ace632a93b2d491f9517688ed7777e8;hpb=e620b69f6d3f1de30d8b2a16c46d7729462e5211;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/proxy.h b/cinelerra-5.1/cinelerra/proxy.h index f48df968..7fa9fd26 100644 --- a/cinelerra-5.1/cinelerra/proxy.h +++ b/cinelerra-5.1/cinelerra/proxy.h @@ -64,7 +64,7 @@ public: class ProxyRender { public: - ProxyRender(MWindow *mwindow, Asset *format_asset); + ProxyRender(MWindow *mwindow, Asset *format_asset, int asset_scale); ~ProxyRender(); void to_proxy_path(char *new_path, Indexable *indexable, int scale); static int from_proxy_path(char *new_path, Indexable *indexable, int scale); @@ -88,6 +88,7 @@ public: Mutex *counter_lock; int total_rendered; int failed, canceled; + int asset_scale; }; class ProxyDialog : public BC_DialogThread