Commit 6ebad9e3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: comment an extra debug message on subtitles size

parent 3620e95f
...@@ -259,8 +259,8 @@ static subpicture_t *ConvertSubtitle(decoder_t *dec, AVSubtitle *ffsub, mtime_t ...@@ -259,8 +259,8 @@ static subpicture_t *ConvertSubtitle(decoder_t *dec, AVSubtitle *ffsub, mtime_t
for (unsigned i = 0; i < ffsub->num_rects; i++) { for (unsigned i = 0; i < ffsub->num_rects; i++) {
AVSubtitleRect *rec = ffsub->rects[i]; AVSubtitleRect *rec = ffsub->rects[i];
msg_Err(dec, "SUBS RECT[%d]: %dx%d @%dx%d", //msg_Err(dec, "SUBS RECT[%d]: %dx%d @%dx%d",
i, rec->w, rec->h, rec->x, rec->y); // i, rec->w, rec->h, rec->x, rec->y);
subpicture_region_t *region; subpicture_region_t *region;
switch (ffsub->format) { switch (ffsub->format) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment