[codec,h264] fix documentation unknown

This commit is contained in:
akallabeth 2024-09-11 19:59:24 +02:00
parent 403ee7ad4c
commit bf4953d288
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -232,11 +232,6 @@ static BOOL detect_changes(BOOL firstFrameDone, const UINT32 QP, const RECTANGLE
return TRUE;
}
/**
* Function description
*
* @return
*/
INT32 h264_get_yuv_buffer(H264_CONTEXT* h264, UINT32 nSrcStride, UINT32 nSrcWidth,
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;
}
/**
* Function description
*
* @return
*/
INT32 h264_compress(H264_CONTEXT* h264, BYTE** ppDstData, UINT32* pDstSize)
{
if (!h264 || !h264->Compressor || !h264->subsystem || !h264->subsystem->Compress)