mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
movenc: Remove unneeded chunkSize field from MOVIentry
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
313d30c180
commit
9cdf048ad2
@ -44,7 +44,6 @@ typedef struct MOVIentry {
|
||||
uint64_t pos;
|
||||
unsigned int samplesInChunk;
|
||||
unsigned int chunkNum; ///< Chunk number if the current entry is a chunk start otherwise 0
|
||||
uint64_t chunkSize;
|
||||
unsigned int entries;
|
||||
int cts;
|
||||
int64_t dts;
|
||||
|
Reference in New Issue
Block a user