summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-10-12 23:37:17 +0300
committerMartin Storsjö <martin@martin.st>2014-11-17 16:13:02 +0200
commit2d9d6afb8d2f284f5e620ecc19f643d5cd3facb8 (patch)
tree67c34e88e63fdaa7f6cd1ac210da949895e169c5 /libavformat/movenc.h
parent0f9eb9165bb7d7982fdedf64f6bcec856f1bedd6 (diff)
movenc: Factorize adding fragment info into a separate function
By calling this after writing the moof the first time (for calculating the moof size), we can avoid intermediate storage of tfrf_offset in MOVTrack. Signed-off-by: Martin Storsjö <martin@martin.st>
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 8349a18c1d..1df5a5cb96 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -120,7 +120,6 @@ typedef struct MOVTrack {
AVIOContext *mdat_buf;
int64_t data_offset;
int64_t frag_start;
- int64_t tfrf_offset;
int nb_frag_info;
MOVFragmentInfo *frag_info;