You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix typo in comment
Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -308,7 +308,7 @@ static inline int ff_get_fourcc(const char *s){
|
|||||||
* ucs-4 character and should be a left value.
|
* ucs-4 character and should be a left value.
|
||||||
* \param GET_BYTE gets utf-8 encoded bytes from any proper source. It can be
|
* \param GET_BYTE gets utf-8 encoded bytes from any proper source. It can be
|
||||||
* a function or a statement whose return value or evaluated value is of type
|
* a function or a statement whose return value or evaluated value is of type
|
||||||
* uint8_t. It will be execuded up to 4 times.
|
* uint8_t. It will be executed up to 4 times.
|
||||||
* \param ERROR action that should be taken when an invalid utf-8 byte is returned
|
* \param ERROR action that should be taken when an invalid utf-8 byte is returned
|
||||||
* from GET_BYTE. It should be a statement that jumps out of the macro,
|
* from GET_BYTE. It should be a statement that jumps out of the macro,
|
||||||
* like exit(), goto, return, break, or continue.
|
* like exit(), goto, return, break, or continue.
|
||||||
|
Reference in New Issue
Block a user