am 916ce16e: am 589e2e74: Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames." into jb-mr1-dev

* commit '916ce16ed41e051c2c443149b2f39bbc3b6b27bd':
  Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames.
This commit is contained in:
Andreas Huber 2012-09-28 12:34:50 -07:00 committed by Android Git Automerger
commit 66548bce83

View File

@ -105,6 +105,16 @@ struct GetAndroidNativeBufferUsageParams {
// colorformat will be relayed by the GRalloc Buffers.
// OMX_COLOR_FormatAndroidOpaque = 0x7F000001,
// A pointer to this struct is passed to OMX_SetParameter when the extension
// index for the 'OMX.google.android.index.prependSPSPPSToIDRFrames' extension
// is given.
// A successful result indicates that future IDR frames will be prefixed by
// SPS/PPS.
struct PrependSPSPPSToIDRFramesParams {
OMX_U32 nSize;
OMX_VERSIONTYPE nVersion;
OMX_BOOL bEnable;
};
} // namespace android