Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / samples.C
index a4749bb1a0dbf98642444540d81a8af3deb5b9fb..bfdcd39b133eef72c26c34fc46a79f57cc36cd42 100644 (file)
@@ -48,7 +48,7 @@ Samples::Samples(Samples *src)
 {
        reset();
        int src_sz = src->get_allocated();
-       if( use_shm ) {
+       if( src->use_shm ) {
                share(src->get_shmid());
                set_allocated(src_sz);
        }