[FFmpeg-devel] [PATCH] avformat/mxf: support MCA audio information

Tomas Härdin tjoppen at acc.umu.se
Fri Nov 5 17:50:46 EET 2021


> +                            if(channel_ordering_ptr->service_type !=
> AV_AUDIO_SERVICE_TYPE_NB) {
> +                                ast = (enum
> AVAudioServiceType*)av_stream_new_side_data(st,
> AV_PKT_DATA_AUDIO_SERVICE_TYPE, sizeof(*ast));

ast == NULL still needs handling here

I don't see anything else that needs fixing, except maybe splitting the
actual reordering into a separate patch as (IIRC) Marton wants

/Tomas



More information about the ffmpeg-devel mailing list