X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fvframe.h;h=adb8d792f1f7727c97028c925b4676872fcce554;hp=dacbe712d879d8544ddb19b489bde7a2c94cdef7;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/guicast/vframe.h b/cinelerra-5.1/guicast/vframe.h index dacbe712..adb8d792 100644 --- a/cinelerra-5.1/guicast/vframe.h +++ b/cinelerra-5.1/guicast/vframe.h @@ -151,7 +151,7 @@ public: long get_compressed_allocated() { return compressed_allocated; } long get_compressed_size() { return compressed_size; } void set_compressed_size(long size) { compressed_size = size; } - double get_timestamp() { return timestamp; } + double get_timestamp() { return timestamp; } void set_timestamp(double time) { timestamp = time; } // return an array of pointers to rows