avformat/nutenc: add mode that omits the index
When the index is not written, several data tables become unneeded, reducing memory and cpu requirements. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -106,6 +106,7 @@ typedef struct NUTContext {
|
||||
AVRational *time_base;
|
||||
struct AVTreeNode *syncpoints;
|
||||
int sp_count;
|
||||
int write_index;
|
||||
int64_t max_pts;
|
||||
AVRational *max_pts_tb;
|
||||
#define NUT_BROADCAST 1 // use extended syncpoints
|
||||
|
Reference in New Issue
Block a user