[codec,h264] fix documentation unknown
This commit is contained in:
parent
403ee7ad4c
commit
bf4953d288
@ -232,11 +232,6 @@ static BOOL detect_changes(BOOL firstFrameDone, const UINT32 QP, const RECTANGLE
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Function description
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
INT32 h264_get_yuv_buffer(H264_CONTEXT* h264, UINT32 nSrcStride, UINT32 nSrcWidth,
|
INT32 h264_get_yuv_buffer(H264_CONTEXT* h264, UINT32 nSrcStride, UINT32 nSrcWidth,
|
||||||
UINT32 nSrcHeight, BYTE* YUVData[3], UINT32 stride[3])
|
UINT32 nSrcHeight, BYTE* YUVData[3], UINT32 stride[3])
|
||||||
{
|
{
|
||||||
@ -255,11 +250,6 @@ INT32 h264_get_yuv_buffer(H264_CONTEXT* h264, UINT32 nSrcStride, UINT32 nSrcWidt
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Function description
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
INT32 h264_compress(H264_CONTEXT* h264, BYTE** ppDstData, UINT32* pDstSize)
|
INT32 h264_compress(H264_CONTEXT* h264, BYTE** ppDstData, UINT32* pDstSize)
|
||||||
{
|
{
|
||||||
if (!h264 || !h264->Compressor || !h264->subsystem || !h264->subsystem->Compress)
|
if (!h264 || !h264->Compressor || !h264->subsystem || !h264->subsystem->Compress)
|
||||||
|
Loading…
Reference in New Issue
Block a user