[FFmpeg-devel] [PATCH] lavc: move AVCodecContext.pts_correction* to DecodeContext

2024-03-04 Thread James Almer
From: Anton Khirnov These fields are documented to be non-public and are only used in decode.c Signed-off-by: James Almer --- libavcodec/avcodec.h | 10 -- libavcodec/decode.c | 37 ++--- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/

[FFmpeg-devel] [PATCH] lavc: move AVCodecContext.pts_correction* to DecodeContext

2024-03-04 Thread Anton Khirnov
These fields are documented to be non-public and are only used in decode.c --- libavcodec/avcodec.h | 10 -- libavcodec/decode.c | 37 ++--- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 4