summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h')
-rwxr-xr-xlibvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h
index 5a12f69..5e4f236 100755
--- a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h
+++ b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h
@@ -458,7 +458,6 @@ typedef struct
M4VIFI_ImagePlane* pPreResizeFrame; /**< The decoded image before resize
(allocated if resize needed only)*/
M4OSA_UInt32 uiEncVideoBitrate; /**< Actual video bitrate for the video encoder */
- M4OSA_Bool bActivateEmp; /**< Encode in Mpeg4 format with limitations for EMP */
M4OSA_UInt32 outputVideoTimescale;
M4OSA_UInt32 encoderState;
@@ -597,6 +596,8 @@ typedef struct
M4OSA_Bool bH264Trim;
/* Flag when to get lastdecodedframeCTS */
M4OSA_Bool bLastDecodedFrameCTS;
+ M4OSA_Int32 encodingVideoProfile;
+ M4OSA_Int32 encodingVideoLevel;
} M4MCS_InternalContext;