Home
last modified time | relevance | path

Searched refs:AV_PTS_WRAP_IGNORE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions.c300 sti->pts_wrap_behavior = AV_PTS_WRAP_IGNORE; in avformat_new_stream()
Davformat.h939 #define AV_PTS_WRAP_IGNORE 0 ///< ignore the wrap macro
Davformat.c262 program->pts_wrap_behavior = AV_PTS_WRAP_IGNORE; in av_new_program()
Ddemux.c52 if (sti->pts_wrap_behavior != AV_PTS_WRAP_IGNORE && st->pts_wrap_bits < 64 && in wrap_timestamp()