diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-15 15:29:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-17 17:09:19 +0200 |
commit | ad8dabfe9cfadfe50f9f6d47b481a434c2bc9376 (patch) | |
tree | 22c01fa50f2b7160df3d4fc07b8dc09eeb0ed026 /libavformat/isom.h | |
parent | b688c7b7f9885ad3bc123cbdb38dd87ff23f5e2a (diff) | |
download | ffmpeg-ad8dabfe9cfadfe50f9f6d47b481a434c2bc9376.tar.gz |
mov/aac: skip initial aac padding
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 5f7f18930f..f198f70da2 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -135,6 +135,7 @@ typedef struct MOVStreamContext { int64_t data_size; uint32_t tmcd_flags; ///< tmcd track flags int64_t track_end; ///< used for dts generation in fragmented movie files + int start_pad; ///< amount of samples to skip due to enc-dec delay } MOVStreamContext; typedef struct MOVContext { |