forked from FFmpeg/FFmpeg
avutil/uuid: Remove bogus doxy return doc
The function returns void and no error code.
This commit is contained in:
parent
c4ff708c81
commit
0e7ce0d5e7
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ int av_uuid_parse_range(const char *in_start, const char *in_end, AVUUID uu);
|
|||
*
|
||||
* @param[in] uu AVUUID
|
||||
* @param[out] out Pointer to an array of no less than 37 characters.
|
||||
* @return A non-zero value in case of an error.
|
||||
*/
|
||||
void av_uuid_unparse(const AVUUID uu, char *out);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue