[vlc-commits] Removed use of fprintf() in stl decoder.
Laurent Aimar
git at videolan.org
Sun Jun 5 16:38:45 CEST 2011
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | 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;
}
More information about the vlc-commits
mailing list