rtmppkt: Avoid unescaped backslash in Doxygen comment
This commit is contained in:
parent
2a222a7255
commit
c2dac8ac7a
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ int ff_amf_read_number(GetByteContext *gbc, double *val);
|
|||
/**
|
||||
* Read AMF string value.
|
||||
*
|
||||
* Appends a trailing \0 to output string in order to
|
||||
* Appends a trailing null byte to output string in order to
|
||||
* ease later parsing.
|
||||
*
|
||||
*@param[in,out] gbc GetByteContext initialized with AMF-formatted data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue