summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorGeek.Song <ffmpeg@gmail.com>2011-11-29 16:50:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-29 16:50:25 +0100
commit9cdf048ad2f66a26ca3e9c2d18f8daa986b4a146 (patch)
tree11bebcfc97843ec417095ead3a7ecd034cfb3dd8 /libavformat/movenc.h
parent313d30c18089e1f815274c735dbd5bdfbb8b9e2a (diff)
movenc: Remove unneeded chunkSize field from MOVIentry
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index b022f48b87..a5b6db9286 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -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;