Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
DO NOT MERGE TO MR2
Browse files Browse the repository at this point in the history
RIO-7939: Change H.263 encoding default GOB header interval to 0
Cherry-picked from MR2
  • Loading branch information
Jianhong Jiang authored and James Dong committed Nov 4, 2009
1 parent 2de3e2b commit 4cb90b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,7 @@ bool PVMFOMXEncNode::SetH263EncoderParameters()
H263Type.bPLUSPTYPEAllowed = OMX_FALSE;
H263Type.bForceRoundingTypeToZero = OMX_FALSE;
H263Type.nPictureHeaderRepetition = 0;
H263Type.nGOBHeaderInterval = 2;
H263Type.nGOBHeaderInterval = 0;

Err = OMX_SetParameter(iOMXEncoder, OMX_IndexParamVideoH263, &H263Type);
if (OMX_ErrorNone != Err)
Expand Down

0 comments on commit 4cb90b7

Please sign in to comment.