Add -skip_initial_bytes option.

Fixes ticket #1909.
This commit is contained in:
Carl Eugen Hoyos
2012-11-20 22:04:14 +01:00
parent b1e190d0fd
commit d513fb1c75
3 changed files with 9 additions and 0 deletions

View File

@@ -1162,6 +1162,13 @@ typedef struct AVFormatContext {
*/
enum AVDurationEstimationMethod duration_estimation_method;
/**
* Skip initial bytes when opening stream
* - encoding: unused
* - decoding: Set by user via AVOptions (NO direct access)
*/
unsigned int skip_initial_bytes;
/*****************************************************************
* All fields below this line are not part of the public API. They
* may not be used outside of libavformat and can be changed and