summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-18 12:47:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-18 12:47:55 +0200
commit66e199bd7532a8b497e4ab8611768099c8f8daf8 (patch)
tree0e2f4689c376bd9f5f6c6e7241fff98c93a1d86d /libavformat/movenc.h
parent015f7ce7d7dfac0469dbacc5022840cd0bf225fc (diff)
parenta4adabb460ace39783d707a5b3bbe28b4b5b9dc4 (diff)
Merge commit 'a4adabb460ace39783d707a5b3bbe28b4b5b9dc4'
* commit 'a4adabb460ace39783d707a5b3bbe28b4b5b9dc4': movenc: Write the moof atom in two passes Merged-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 023fc02f08..a54646fea6 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -124,7 +124,6 @@ typedef struct MOVTrack {
HintSampleQueue sample_queue;
AVIOContext *mdat_buf;
- int64_t moof_size_offset;
int64_t data_offset;
int64_t frag_start;
int64_t tfrf_offset;