Searched refs:AV_PTS_WRAP_IGNORE (Results 1 – 4 of 4) sorted by relevance
300 sti->pts_wrap_behavior = AV_PTS_WRAP_IGNORE; in avformat_new_stream()
939 #define AV_PTS_WRAP_IGNORE 0 ///< ignore the wrap macro
262 program->pts_wrap_behavior = AV_PTS_WRAP_IGNORE; in av_new_program()
52 if (sti->pts_wrap_behavior != AV_PTS_WRAP_IGNORE && st->pts_wrap_bits < 64 && in wrap_timestamp()