lavc: Add seek_preroll to AVCodecParameters
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
Derek Buitenhuis
parent
e6053b3b19
commit
3fafde6cbe
@@ -3904,6 +3904,10 @@ typedef struct AVCodecParameters {
|
||||
* audio without any trailing padding.
|
||||
*/
|
||||
int trailing_padding;
|
||||
/**
|
||||
* Audio only. Number of samples to skip after a discontinuity.
|
||||
*/
|
||||
int seek_preroll;
|
||||
} AVCodecParameters;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user