X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fasset.h;h=a449896f3377622b84e7195f9b647cf4e8752868;hb=6790261f79d0deb301c8d9550ca70ad65790ac9b;hp=30523acdb7ae074927779ebd31ee619b56a56882;hpb=fa7f91658c01ba88aab006beff8b167a4bbb7085;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/asset.h b/cinelerra-5.0/cinelerra/asset.h index 30523acd..a449896f 100644 --- a/cinelerra-5.0/cinelerra/asset.h +++ b/cinelerra-5.0/cinelerra/asset.h @@ -122,7 +122,6 @@ public: int write_index(FileXML *xml); - // Format of file. An enumeration from file.inc. int format; @@ -154,6 +153,9 @@ public: +// mp3 compression + int mp3_bitrate; + // mpeg audio information int ampeg_bitrate; // 2 - 3 @@ -174,14 +176,6 @@ public: int theora_keyframe_force_frequency; -// mp3 compression - int mp3_bitrate; - -// mp4a compression - int mp4a_bitrate; - int mp4a_quantqual; - - // Set by package render during file creation. -1 means square pixels. double aspect_ratio; @@ -214,26 +208,6 @@ public: int ff_video_bitrate; int ff_video_quality; -// Divx video compression - int divx_bitrate; - int divx_rc_period; - int divx_rc_reaction_ratio; - int divx_rc_reaction_period; - int divx_max_key_interval; - int divx_max_quantizer; - int divx_min_quantizer; - int divx_quantizer; - int divx_quality; - int divx_fix_bitrate; - -// h264 video compression - int h264_bitrate; - int h264_quantizer; - int h264_fix_bitrate; - -// Divx video decompression - int divx_use_deblocking; - // PNG video compression int png_use_alpha; @@ -245,15 +219,6 @@ public: int tiff_cmodel; int tiff_compression; -// Microsoft MPEG-4 - int ms_bitrate; - int ms_bitrate_tolerance; - int ms_interlaced; - int ms_quantization; - int ms_gop_size; - int ms_fix_bitrate; - - int ac3_bitrate; // Image file sequences. Background rendering doesn't want to write a @@ -262,8 +227,6 @@ public: // We still want sequence headers sometimes because loading a directory full of images // for editing would create new assets for every image. int use_header; - - };