movenc: Remove unneeded chunkSize field from MOVIentry

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Geek.Song
2011-11-29 16:50:25 +01:00
committed by Michael Niedermayer
parent 313d30c180
commit 9cdf048ad2
2 changed files with 4 additions and 4 deletions

View File

@ -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;