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))
225 "Buffering limit reached, cannot cache more frames\n");
228 sizeof(picref),
NULL);