[FFmpeg-devel] [PATCH] doc/texi2pod.pl: drop unnecessary rule, which was converting "\, " to ", "
Stefano Sabatini
stefasab at gmail.com
Wed Oct 24 17:23:08 CEST 2012
I cannot find a reason for such a rule, which was resulting in badly
escaped filtergraph snippets.
Fix trac ticket #1610.
---
doc/texi2pod.pl | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 5e8814f..a057651 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -211,7 +211,6 @@ INF: while(<$inf>) {
s/\@TeX\{\}/TeX/g;
s/\@pounds\{\}/\#/g;
s/\@minus(?:\{\})?/-/g;
- s/\\,/,/g;
# Now the ones that have to be replaced by special escapes
# (which will be turned back into text by unmunge())
--
1.7.5.4
More information about the ffmpeg-devel
mailing list