[vlc-devel] commit: Avcodec: comment an extra debug message on subtitles size ( Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 22 22:12:29 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 22 22:10:50 2010 +0100| [6ebad9e33d13310387e53f4b115ec958ae321120] | committer: Jean-Baptiste Kempf 

Avcodec: comment an extra debug message on subtitles size

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

 modules/codec/avcodec/subtitle.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/avcodec/subtitle.c b/modules/codec/avcodec/subtitle.c
index d46435c..cea1767 100644
--- a/modules/codec/avcodec/subtitle.c
+++ b/modules/codec/avcodec/subtitle.c
@@ -259,8 +259,8 @@ static subpicture_t *ConvertSubtitle(decoder_t *dec, AVSubtitle *ffsub, mtime_t
     for (unsigned i = 0; i < ffsub->num_rects; i++) {
         AVSubtitleRect *rec = ffsub->rects[i];
 
-        msg_Err(dec, "SUBS RECT[%d]: %dx%d @%dx%d",
-                 i, rec->w, rec->h, rec->x, rec->y);
+        //msg_Err(dec, "SUBS RECT[%d]: %dx%d @%dx%d",
+        //         i, rec->w, rec->h, rec->x, rec->y);
 
         subpicture_region_t *region;
         switch (ffsub->format) {




More information about the vlc-devel mailing list