shithub: aacdec

Download patch

ref: 7d0b06cb0ac64a0e9249e67a2addbc4df7c80bde
parent: 00cea4f4df3c204869b0102a76ec4cfb44ff9e21
author: knik <knik>
date: Thu Jan 22 05:04:06 EST 2015

Fixed syntax error: an unescaped hyphen is used as a minus sign. Patch by Fabian Greffrath

--- a/docs/libfaad.3
+++ b/docs/libfaad.3
@@ -279,7 +279,7 @@
 .PP
 #define LD \  \  \  \ 23 /* Low Delay */
 .PP
-#define DRM_ER_LC 27 /* special object type for DRM only if linking with -lfaad_drm */
+#define DRM_ER_LC 27 /* special object type for DRM only if linking with \-lfaad_drm */
 .PP
 defSampleRate: determines the default samplerate assumed when the
 library is initialized.