From c2dac8ac7a1f040a17be07beabfbfcf66035b433 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 22 Oct 2012 15:57:55 +0200
Subject: [PATCH] rtmppkt: Avoid unescaped backslash in Doxygen comment

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

diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h
index 8932cac8a6f..a153ca62535 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
-- 
GitLab