avformat/mux: Don't allocate priv_pts separately
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user