Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dflvdec.c333 enum AVCodecID old_codec_id = vstream->codecpar->codec_id; in flv_set_video_codec() local
377 if (!vstream->internal->need_context_update && par->codec_id != old_codec_id) { in flv_set_video_codec()
Dmpegts.c897 int old_codec_id = st->codecpar->codec_id; in mpegts_set_stream_info() local
954 st->codecpar->codec_id = old_codec_id; in mpegts_set_stream_info()
968 old_codec_id != st->codecpar->codec_id || in mpegts_set_stream_info()