From fe78e80614cae06fbab9da8856c028e6955ec9af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 2 Oct 2025 16:39:18 +0200 Subject: [PATCH] tools: fix compilation after removal of field --- src/tools/pw-cat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/pw-cat.c b/src/tools/pw-cat.c index a6238b910..6e9326642 100644 --- a/src/tools/pw-cat.c +++ b/src/tools/pw-cat.c @@ -489,7 +489,6 @@ static int av_codec_params_to_audio_info(struct data *data, AVCodecParameters *c case AV_CODEC_ID_MPEGH_3D_AUDIO: info->media_subtype = SPA_MEDIA_SUBTYPE_mpegh; info->info.mpegh.rate = data->rate; - info->info.mpegh.channels = data->channels; break; default: fprintf(stderr, "Unsupported encoded media subtype\n");