X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fasset.h;h=80a29eb5cc33c48b84778abf8ef01679ea71168d;hp=b877c47d938d1ccfb29184c673ceb12116f9da80;hb=ac8f3979437fb45effb135a1bb6bee871f52d635;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/asset.h b/cinelerra-5.1/cinelerra/asset.h index b877c47d..80a29eb5 100644 --- a/cinelerra-5.1/cinelerra/asset.h +++ b/cinelerra-5.1/cinelerra/asset.h @@ -146,6 +146,8 @@ public: int actual_width, actual_height; int width, height; +// scale factor or 0 if not proxy + int proxy_scale; // String or FourCC describing compression char vcodec[BCTEXTLEN]; @@ -163,28 +165,11 @@ public: // 2 - 3 int ampeg_derivative; -// Vorbis compression - int vorbis_min_bitrate; - int vorbis_bitrate; - int vorbis_max_bitrate; - int vorbis_vbr; - -// Theora compression - int theora_fix_bitrate; - int theora_bitrate; - int theora_quality; - int theora_sharpness; - int theora_keyframe_frequency; - int theora_keyframe_force_frequency; - - // Set by package render during file creation. -1 means square pixels. double aspect_ratio; // for the interlace mode - int interlace_autofixoption; int interlace_mode; - int interlace_fixmethod; // for jpeg compression int jpeg_quality;