mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tools: fix compilation after removal of field
This commit is contained in:
parent
0b0226322f
commit
fe78e80614
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue