avformat/mux: Don't allocate priv_pts separately

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2024-02-03 20:11:29 +01:00
parent ad9f644505
commit 71e1da4522
4 changed files with 8 additions and 17 deletions

View File

@@ -245,7 +245,7 @@ typedef struct FFStream {
int is_intra_only;
FFFrac *priv_pts;
FFFrac priv_pts;
/**
* Stream information used internally by avformat_find_stream_info()