mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
crc: av_crc() parameter names should match between .c, .h and doxygen
This commit is contained in:
parent
566de8cde2
commit
8ff0f7763d
@ -68,6 +68,7 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id);
|
||||
*
|
||||
* @see av_crc_init() "le" parameter
|
||||
*/
|
||||
uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
|
||||
uint32_t av_crc(const AVCRC *ctx, uint32_t crc,
|
||||
const uint8_t *buffer, size_t length) av_pure;
|
||||
|
||||
#endif /* AVUTIL_CRC_H */
|
||||
|
Loading…
Reference in New Issue
Block a user