Searched refs:AV_NOPTS_VALUE_ (Results 1 – 1 of 1) sorted by relevance
152 #define AV_NOPTS_VALUE_ ((int64_t)0x8000000000000000LL) macro154 #define AV_NOPTS_VALUE_ ((int64_t)AV_NOPTS_VALUE) macro285 picture_pts = AV_NOPTS_VALUE_; in init()674 picture_pts = AV_NOPTS_VALUE_; in grabFrame()712 if( picture_pts == AV_NOPTS_VALUE_ ) in grabFrame()713 … picture_pts = packet.pts != AV_NOPTS_VALUE_ && packet.pts != 0 ? packet.pts : packet.dts; in grabFrame()