[FFmpeg-cvslog] doc/texi2pod.pl: drop unnecessary rule, which was converting "\, " to ", "

Stefano Sabatini git at videolan.org
Thu Aug 29 00:22:05 CEST 2013


ffmpeg | branch: release/1.0 | Stefano Sabatini <stefasab at gmail.com> | Wed Oct 24 16:39:32 2012 +0200| [bb7f5e153eed9a276d61321b7f4bd470bb1b9f81] | committer: Timothy Gu

doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","

I cannot find a reason for such a rule, which was resulting in badly
escaped filtergraph snippets.

Fix trac ticket #1610.
(cherry picked from commit ce875a613a16b06b0a561774955111f7a24d12bb)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb7f5e153eed9a276d61321b7f4bd470bb1b9f81
---

 doc/texi2pod.pl |    1 -
 1 file changed, 1 deletion(-)

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())



More information about the ffmpeg-cvslog mailing list