From 3b25fdc4a33b53cfcf67315c2d42ad699b8cefe2 Mon Sep 17 00:00:00 2001 From: hongteng Date: Thu, 21 Apr 2011 23:01:07 -0700 Subject: Fix for issue 3385135 "source code cleanup" engine part - remove commented code - remove code under #if 0 - remove macro FILE_LOWER_CASE as it is not used - remove macro #if 1 - remove TIMESCALE_BUG macro, and all code under this macro as it is not used - remove following unused functions: * M4MCS_getExifInfo * M4MCS_registerAudioEncoderExtended * M4MCS_registerVideoDecoderExtended * M4MCS_registerAudioDecoderExtended * M4MCS_registerVideoEncoderExtended Change-Id: I8e2916d956af6d381ae1962fedc61a8b48f60ce2 --- libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h | 29 ------------------------ 1 file changed, 29 deletions(-) (limited to 'libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h') diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h index 68d2448..ca63cc0 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h @@ -127,28 +127,6 @@ typedef enum M4MCS_kStreamState_FINISHED = 2 /**< The stream has finished encoding */ } M4MCS_StreamState; -#ifdef TIMESCALE_BUG -/** - ****************************************************************************** - * enum M4MCS_VolParse - * @brief VOL parsing results needed for VOP parsing - ****************************************************************************** - */ -typedef struct -{ - M4OSA_UInt8 video_object_layer_shape; - M4OSA_UInt8 sprite_enable; - M4OSA_UInt8 reduced_resolution_vop_enable; - M4OSA_UInt8 scalability; - M4OSA_UInt8 enhancement_type; - M4OSA_UInt8 complexity_estimation_disable; - M4OSA_UInt8 interlaced; - M4OSA_UInt8 sprite_warping_points; - M4OSA_UInt8 sprite_brightness_change; - M4OSA_UInt8 quant_precision; - -} M4MCS_VolParse; -#endif /** ****************************************************************************** @@ -437,13 +415,6 @@ typedef struct M4OSA_UInt32 uiAudioBitrate; /**< Targeted audio bitrate in bps */ M4OSA_UInt32 uiVideoBitrate; /**< Targeted video bitrate in bps */ -#ifdef TIMESCALE_BUG - M4OSA_UInt32 uiVideoTimescale; /**< Targeted timescale without decode/encode process */ - M4OSA_UInt32 uiTimescaleLength; /**< Length of the VOP time increment in bits */ - M4OSA_UInt32 uiOrigVideoTimescale; /**< Original timescale */ - M4OSA_UInt32 uiOrigTimescaleLength;/**< Original length of the VOP time increment in bits*/ - M4MCS_VolParse volParsing; /**< VOL parsing results needed for VOP parsing */ -#endif M4OSA_UInt8 uiProgress; /**< Progress information saved at each step to be able to return it in case of pause */ -- cgit v1.1