> +static int mov_write_chnl_tag(AVFormatContext *s, AVIOContext *pb, > MOVTrack *track) > +{ > + int64_t pos = avio_tell(pb); > + int config = 0; > + int ret; > + uint8_t *speaker_pos = NULL; > + const AVChannelLayout *layout = &track->par->ch_layout; > + > + ret = ff_mov_get_channel_config_from_layout(layout, &config); > + if (ret || !config) {
ret is always 0.. /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".