diff options
author | Geek.Song <ffmpeg@gmail.com> | 2011-11-29 16:50:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 16:50:25 +0100 |
commit | 9cdf048ad2f66a26ca3e9c2d18f8daa986b4a146 (patch) | |
tree | 11bebcfc97843ec417095ead3a7ecd034cfb3dd8 /libavformat/movenc.h | |
parent | 313d30c18089e1f815274c735dbd5bdfbb8b9e2a (diff) | |
download | ffmpeg-9cdf048ad2f66a26ca3e9c2d18f8daa986b4a146.tar.gz |
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.h | 1 |
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; |