summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-03 04:01:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-03 04:01:34 +0100
commitb0ba8a23b61506766f8497e2bf972da2077d235a (patch)
treecbef29880a6c5c90c91f1a7c55a669b67cbfcb9a /libavformat/movenc.h
parentf38e2bcb72ee2df60ce0fbeb2e33ce0ca8ebd7e8 (diff)
parentb3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe (diff)
Merge commit 'b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe'
* commit 'b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe': movenc: Get rid of a hack for updating the dvc1 atom 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 79374af2ca..79027e69f3 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -137,7 +137,6 @@ typedef struct MOVTrack {
unsigned frag_info_capacity;
struct {
- int64_t struct_offset;
int first_packet_seq;
int first_packet_entry;
int packet_seq;