summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-12-29 13:32:21 +0200
committerMartin Storsjö <martin@martin.st>2015-01-03 01:20:40 +0200
commitb3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe (patch)
treee92e7d535119e27fa6a8abdd2d8c161ddfaa76a6 /libavformat/movenc.h
parent847bf5988fec1d3e65c1d8cf0cdb8caf0cfd0c1b (diff)
movenc: Get rid of a hack for updating the dvc1 atom
Use the more generic approach with the delay_moov flag, instead of having a update mechanism specific to this one single atom. 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 8b1084ee30..682820ed0e 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -129,7 +129,6 @@ typedef struct MOVTrack {
unsigned frag_info_capacity;
struct {
- int64_t struct_offset;
int first_packet_seq;
int first_packet_entry;
int packet_seq;