videoconvert-ffmpeg: remove debug

This commit is contained in:
Wim Taymans 2025-03-24 11:45:29 +01:00
parent 824354f38e
commit 367e756ebe

View file

@ -1479,7 +1479,6 @@ static int port_set_format(void *object,
clear_buffers(this, port);
} else {
struct spa_video_info info = { 0 };
spa_debug_format(2, NULL, format);
if ((res = spa_format_parse(format, &info.media_type, &info.media_subtype)) < 0) {
spa_log_error(this->log, "can't parse format %s", spa_strerror(res));