[FFmpeg-devel] [PATCH 13/21] libavformat/mov: basic support for identifying (and reading) timed metadata

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Aug 23 22:18:23 EEST 2016


2016-08-23 11:03 GMT+02:00  <erkki.seppala.ext at nokia.com>:
> +            if (id <= 0 &&
> +                st->codecpar->codec_type == AVMEDIA_TYPE_DATA) {
> +                id = ff_codec_get_id(ff_codec_metadata_tags, format);
> +                if (id > 0)

> +                    st->codecpar->codec_type = AVMEDIA_TYPE_DATA;

Is it just me or is this a no-op?

Carl Eugen


More information about the ffmpeg-devel mailing list