[FFmpeg-devel] [PATCHv3] avformat/mpegts: opus muxing & demuxing for mapping family 255

Moritz Barsnick barsnick at gmx.net
Thu Sep 14 18:46:35 EEST 2017


On Fri, Sep 08, 2017 at 01:46:38 +0200, pkv.stream wrote:
> -                    avpriv_request_sample(fc, "Opus in MPEG-TS - channel_config_code > 0x8");
[...]
> +                            avpriv_request_sample(fc, "Opus in MPEG-TS - channel_config_code");

You probably need to mention the channel_config_code in the new
message.

> +                        for (j = 0; j < channels; j++) {
> +                            opus_channel_map255[j] = j;
> +                            }

Misplaced closing bracket.

Moritz


More information about the ffmpeg-devel mailing list