X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Finternal.h;h=fcd47840a5c7271be117c5d8355ca772fdcaf484;hb=672e704e4a409f5174f253f7a463653dd7e9cb7c;hp=d136c79bdd42a4ef8188b9e124b2a07241a7f765;hpb=e9e7e1cc6b8a7ec573df10e1eef7ea8d7bf25668;p=ffmpeg diff --git a/libavformat/internal.h b/libavformat/internal.h index d136c79bdd4..fcd47840a5c 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -196,6 +196,8 @@ struct AVStreamInternal { * Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar) */ int need_context_update; + + FFFrac *priv_pts; }; #ifdef __GNUC__