[FFmpeg-cvslog] rtmppkt: Avoid unescaped backslash in Doxygen comment

Diego Biurrun git at videolan.org
Wed Oct 24 13:46:55 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 22 15:57:55 2012 +0200| [c2dac8ac7a1f040a17be07beabfbfcf66035b433] | committer: Diego Biurrun

rtmppkt: Avoid unescaped backslash in Doxygen comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2dac8ac7a1f040a17be07beabfbfcf66035b433
---

 libavformat/rtmppkt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list