1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

rtmppkt: Avoid unescaped backslash in Doxygen comment

This commit is contained in:
Diego Biurrun 2012-10-22 15:57:55 +02:00
parent 2a222a7255
commit c2dac8ac7a

View File

@ -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