diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-22 15:57:55 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-23 13:36:58 +0200 |
commit | c2dac8ac7a1f040a17be07beabfbfcf66035b433 (patch) | |
tree | ad4d5d4f4b3fa97fc63a1db54c8bf4b60cdf0f59 | |
parent | 2a222a7255af64dd6b85f5ab176da534fd621d03 (diff) | |
download | ffmpeg-c2dac8ac7a1f040a17be07beabfbfcf66035b433.tar.gz |
rtmppkt: Avoid unescaped backslash in Doxygen comment
-rw-r--r-- | libavformat/rtmppkt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h index 8932cac8a6..a153ca6253 100644 --- a/libavformat/rtmppkt.h +++ b/libavformat/rtmppkt.h @@ -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 |