projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c357d8
)
yet another proxy ref fix
author
Good Guy
<
[email protected]
>
Sat, 30 Sep 2017 04:20:44 +0000
(22:20 -0600)
committer
Good Guy
<
[email protected]
>
Sat, 30 Sep 2017 04:20:44 +0000
(22:20 -0600)
cinelerra-5.1/cinelerra/proxy.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/proxy.C
b/cinelerra-5.1/cinelerra/proxy.C
index ddc4d1c9d6fa678a0664525b8c9e57a91713b41e..3378c6ed1e40e12861bfa7962aa7bcb7864b369c 100644
(file)
--- a/
cinelerra-5.1/cinelerra/proxy.C
+++ b/
cinelerra-5.1/cinelerra/proxy.C
@@
-351,9
+351,7
@@
Asset *ProxyRender::add_original(Indexable *idxbl, int new_scale)
proxy->video_length = idxbl->get_video_frames();
edl_assets->append(proxy);
}
- else {
- proxy->add_user();
- }
+ proxy->add_user();
orig_proxies.append(proxy);
idxbl->add_user();
orig_idxbls.append(idxbl);