mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix wrong params name in PUT_UTF8 doxy comments
Originally committed as revision 6913 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e8c148b59
commit
34d3376902
@ -338,7 +338,7 @@ static inline int ff_get_fourcc(const char *s){
|
||||
}
|
||||
|
||||
/*!
|
||||
* \def PUT_UTF8(val, GET_BYTE, ERROR)
|
||||
* \def PUT_UTF8(val, tmp, PUT_BYTE)
|
||||
* converts a 32-bit unicode character to its utf-8 encoded form (up to 6 bytes long).
|
||||
* \param val is an input only argument and should be of type uint32_t. It holds
|
||||
* a ucs4 encoded unicode character that is to be converted to utf-8. If
|
||||
|
Loading…
Reference in New Issue
Block a user