Home
last modified time | relevance | path

Searched refs:orig_codec_id (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h186 enum AVCodecID orig_codec_id; member
Dutils.c649 s->streams[i]->internal->orig_codec_id = s->streams[i]->codecpar->codec_id; in avformat_open_input()
3693 if (st->codec->codec_id != st->internal->orig_codec_id) {
3696 st->internal->orig_codec_id = st->codec->codec_id;
3716 if (st->codecpar->codec_id != st->internal->orig_codec_id)
3717 st->internal->orig_codec_id = st->codecpar->codec_id;