rtmppkt: Avoid unescaped backslash in Doxygen comment
authorDiego Biurrun <diego@biurrun.de>
Mon, 22 Oct 2012 13:57:55 +0000 (15:57 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 23 Oct 2012 11:36:58 +0000 (13:36 +0200)
libavformat/rtmppkt.h

index 8932cac..a153ca6 100644 (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