Skip to content

Commit

Permalink
Merge pull request #134 from adamjw24/develop_add_padding
Browse files Browse the repository at this point in the history
Add padding to parameters
  • Loading branch information
adamjw24 authored Apr 17, 2023
2 parents 2a183e8 + 9a097fa commit d11ea34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/vvdec/vvdec.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,11 @@ typedef struct vvdecParams
bool removePadding; // copy output pictures to new buffer to remove padding (stride==width) ( default: false )
vvdecSIMD_Extension simd; // set specific simd optimization (default: max. availalbe)
void *opaque; // opaque pointer for private user data ( can be used to carry application specific data or contexts )
vvdecErrHandlingFlags errHandlingFlags; // set of flags defining how to handle bitstream errors
vvdecErrHandlingFlags errHandlingFlags; // set of flags defining how to handle bitstream errors
int padding1; // reserved space for future parameters
int padding2;
int padding3;
int padding4;
} vvdecParams;

/* vvdecCreateBufferCallback
Expand Down

0 comments on commit d11ea34

Please sign in to comment.