Browse Source

rtmppkt: Avoid unescaped backslash in Doxygen comment

tags/n1.1
Diego Biurrun 13 years ago
parent
commit
c2dac8ac7a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtmppkt.h

+ 1
- 1
libavformat/rtmppkt.h View 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


Loading…
Cancel
Save