vlc | branch: master | Laurent Aimar <[email protected]> | Sun Jun  5 
16:38:24 2011 +0200| [f6bc0f4328e9c2b7749d486540e1873dc6aefaa8] | committer: 
Laurent Aimar

Removed use of fprintf() in stl decoder.

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

 modules/codec/stl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/stl.c b/modules/codec/stl.c
index 5113854..32cddd6 100644
--- a/modules/codec/stl.c
+++ b/modules/codec/stl.c
@@ -83,7 +83,6 @@ static char *ParseText(uint8_t *data, int size)
         else if (code == 0x8a)
             snprintf(tmp, sizeof(tmp), "\n");
         else {
-            fprintf(stderr, "--> %2.2x\n", code);
             t = NULL;
         }
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to