X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavformat%2Finternal.h;h=7bbf7755cf04ad373af1e69df311a54473f1b9f1;hp=a65a3b7f1312c00f9e5712c4c851bd45e1d03172;hb=8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8;hpb=aeda1121c91395d1f0d434bc7f227423aa2ff97d diff --git a/libavformat/internal.h b/libavformat/internal.h index a65a3b7f13..7bbf7755cf 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -90,6 +90,18 @@ struct AVFormatInternal { * Timebase for the timestamp offset. */ AVRational offset_timebase; + +#if FF_API_COMPUTE_PKT_FIELDS2 + int missing_ts_warning; +#endif +}; + +struct AVStreamInternal { + /** + * Set to 1 if the codec allows reordering, so pts can be different + * from dts. + */ + int reorder; }; void ff_dynarray_add(intptr_t **tab_ptr, int *nb_ptr, intptr_t elem);