X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fasset.h;fp=cinelerra-5.1%2Fcinelerra%2Fasset.h;h=871ab22515592993715fcc4417fd09545a8d84f4;hb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;hp=4fa58aa41a010adb314b5d264da07b98a3c203d8;hpb=4fedf98530b3a6ff1ada6d2b9fbbc470e3df300c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/asset.h b/cinelerra-5.1/cinelerra/asset.h index 4fa58aa4..871ab225 100644 --- a/cinelerra-5.1/cinelerra/asset.h +++ b/cinelerra-5.1/cinelerra/asset.h @@ -150,6 +150,7 @@ public: char vcodec[BCTEXTLEN]; // Length in frames +// -1 means a still photo int64_t video_length; @@ -226,6 +227,9 @@ public: int ac3_bitrate; +// Insert tag for spherical playback + int mov_sphere, jpeg_sphere; + // Image file sequences. Background rendering doesn't want to write a // sequence header but instead wants to start the sequence numbering at a certain // number. This ensures deletion of all the frames which aren't being used.