mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-22 05:33:53 -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:
|
case AV_CODEC_ID_MPEGH_3D_AUDIO:
|
||||||
info->media_subtype = SPA_MEDIA_SUBTYPE_mpegh;
|
info->media_subtype = SPA_MEDIA_SUBTYPE_mpegh;
|
||||||
info->info.mpegh.rate = data->rate;
|
info->info.mpegh.rate = data->rate;
|
||||||
info->info.mpegh.channels = data->channels;
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "Unsupported encoded media subtype\n");
|
fprintf(stderr, "Unsupported encoded media subtype\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue