Commit c2dac8ac authored by Diego Biurrun's avatar Diego Biurrun

rtmppkt: Avoid unescaped backslash in Doxygen comment

parent 2a222a72
...@@ -253,7 +253,7 @@ int ff_amf_read_number(GetByteContext *gbc, double *val); ...@@ -253,7 +253,7 @@ int ff_amf_read_number(GetByteContext *gbc, double *val);
/** /**
* Read AMF string value. * 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. * ease later parsing.
* *
*@param[in,out] gbc GetByteContext initialized with AMF-formatted data *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment