Module: libav Branch: master Commit: c2dac8ac7a1f040a17be07beabfbfcf66035b433
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Oct 22 15:57:55 2012 +0200 rtmppkt: Avoid unescaped backslash in Doxygen comment --- libavformat/rtmppkt.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h index 8932cac..a153ca6 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
