Go to the documentation of this file.
142 #define INTERLACE_TYPE_P 0
143 #define INTERLACE_TYPE_T 1
144 #define INTERLACE_TYPE_B 2
178 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d))
179 #define TS2D(ts) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts))
204 "n:%d pts:%d t:%f pos:%d interlace_type:%c key:%d pict_type:%c "
238 "Buffering limit reached, cannot cache more frames\n");
241 sizeof(picref),
NULL);